Gantt Chart Control
1.3
|
Provides data for TaskPaintEvent More...
Inherits Braincase.GanttChart.ChartPaintEventArgs.
Public Member Functions | |
TaskPaintEventArgs (Graphics graphics, Rectangle clipRect, Chart chart, Task task, int row, bool critical, Font font, TaskFormat format) | |
Initialize a new instance of TaskPaintEventArgs with the editable default font and task paint format More... | |
![]() | |
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 | |
Task | Task [get, set] |
Get the task to be painted More... | |
RectangleF | Rectangle [get] |
Get the rectangle bounds of the task More... | |
int | Row [get, set] |
Get the row number of the task More... | |
Font | Font [get, set] |
Get or set the font to be used to draw the task label More... | |
TaskFormat | Format [get, set] |
Get or set the formatting of the task More... | |
bool | IsCritical [get, set] |
Get whether the task is in a critical path More... | |
![]() | |
Chart | Chart [get, set] |
Get the chart that for this event More... | |
Provides data for TaskPaintEvent
Braincase.GanttChart.TaskPaintEventArgs.TaskPaintEventArgs | ( | Graphics | graphics, |
Rectangle | clipRect, | ||
Chart | chart, | ||
Task | task, | ||
int | row, | ||
bool | critical, | ||
Font | font, | ||
TaskFormat | format | ||
) |
Initialize a new instance of TaskPaintEventArgs with the editable default font and task paint format
|
getset |
Get or set the font to be used to draw the task label
|
getset |
Get or set the formatting of the task
|
getset |
Get whether the task is in a critical path
|
get |
Get the rectangle bounds of the task
|
getset |
Get the row number of the task
|
getset |
Get the task to be painted