|
Gantt Chart |
Top Previous Next |
The gantt chart is based on Category Plot and Category Bar Renderer. It inherits all their properties. This is what gantt chart looks like:
Dataset The gantt chart supports Custom Data model only. It has the following Source Data Bindings:
Common Properties Width, Height, Bindings, Visible, Background, Border Source Data and Source Data Bindings properties. All properties of a Category Plot. All properties of a Category Bar Renderer. Custom Properties Complete Paint Paint used to draw the portion of the task that is completed. Property name: completePaint Property type: Data Table Incomplete Paint Paint used to draw the portion of the task that is not yet completed. Property name: incompletePaint Property type: Data Table Start Percent Start position for the "percentage complete" indicator as a percentage of the width of the task bar (for example, 0.30 is thirty percent). Property name: startPercent Property type: Float End Percent End position for the "percentage complete" indicator as a percentage of the width of the task bar (for example, 0.30 is thirty percent). Property name: endPercent Property type: Float Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost Additional Examples A simple Gantt chart showing actual vs. scheduled progress:
A simple Gantt chart showing progress-to-date on a set of tasks:
|