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

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...
 

Detailed Description

Provides data for RelationPaintEvent

Constructor & Destructor Documentation

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

Property Documentation

Task Braincase.GanttChart.RelationPaintEventArgs.Dependant
getset

Get the dependant task in the relation

RelationFormat Braincase.GanttChart.RelationPaintEventArgs.Format
getset

Get or set the formatting to use for drawing the relation

Task Braincase.GanttChart.RelationPaintEventArgs.Precedent
getset

Get the precedent task in the relation


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