|
Gantt Chart Control
1.3
|
Provides data for RelationPaintEvent More...
Inherits Braincase.GanttChart.ChartPaintEventArgs.
Public Member Functions | |
| RelationPaintEventArgs (Graphics graphics, Rectangle clipRect, Chart chart, Task before, Task after, RelationFormat format) | |
| Initialize a new instance of RelationPaintEventArgs with the editable default font and relation paint format More... | |
Public Member Functions inherited from 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. More... | |
Properties | |
| Task | Precedent [get, set] |
| Get the precedent task in the relation More... | |
| Task | Dependant [get, set] |
| Get the dependant task in the relation More... | |
| RelationFormat | Format [get, set] |
| Get or set the formatting to use for drawing the relation More... | |
Properties inherited from Braincase.GanttChart.ChartPaintEventArgs | |
| Chart | Chart [get, set] |
| Get the chart that for this event More... | |
Provides data for RelationPaintEvent
| Braincase.GanttChart.RelationPaintEventArgs.RelationPaintEventArgs | ( | Graphics | graphics, |
| Rectangle | clipRect, | ||
| Chart | chart, | ||
| Task | before, | ||
| Task | after, | ||
| RelationFormat | format | ||
| ) |
Initialize a new instance of RelationPaintEventArgs with the editable default font and relation paint format
|
getset |
Get the dependant task in the relation
|
getset |
Get or set the formatting to use for drawing the relation
|
getset |
Get the precedent task in the relation