Gantt Chart Control  1.3
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Braincase.GanttChart.ChartPaintEventArgs Class Reference

Provides data for ChartPaintEvent More...

Inherits PaintEventArgs.

Inherited by Braincase.GanttChart.HeaderPaintEventArgs, Braincase.GanttChart.RelationPaintEventArgs, and Braincase.GanttChart.TaskPaintEventArgs.

Public Member Functions

 ChartPaintEventArgs (Graphics graphics, Rectangle clipRect, Chart chart)
 Initialize a new instance of ChartPaintEventArgs with the PaintEventArgs graphics and clip rectangle, and the chart itself. More...
 

Properties

Chart Chart [get, set]
 Get the chart that for this event More...
 

Detailed Description

Provides data for ChartPaintEvent

Constructor & Destructor Documentation

Braincase.GanttChart.ChartPaintEventArgs.ChartPaintEventArgs ( Graphics  graphics,
Rectangle  clipRect,
Chart  chart 
)

Initialize a new instance of ChartPaintEventArgs with the PaintEventArgs graphics and clip rectangle, and the chart itself.

Parameters
graphics
clipRect
chart

Property Documentation

Chart Braincase.GanttChart.ChartPaintEventArgs.Chart
getset

Get the chart that for this event


The documentation for this class was generated from the following file: