Gantt Chart
Illustrates the scheduling, progress, and interdependence of tasks or events over time, displaying a timeline with horizontal bars representing the start and end dates of each activity, as well as what percent of the task is completed. Gantt charts are often used in project planning and management. |
Public Variables (Properties)
[?]
Common variables and variable groups: Name, Visible, Breakpoints, Variable Storage, Container Properties, Styles, Preloader, Events, Component Bindings.
Common chart variables and variable groups: Common Chart Properties, Legend, Zoom, X and Y Axes, Coordinate Grid, Tooltip, Visualization: Basic Properties, and Visualization: Bar.
Data
The following properties are grouped in the Data group of the chart, and define the data which will be used to create the chart.
Source Data
The source data table used for building custom-data-based charts.
Variable Name: | sourceData |
Records: | 0…Unlimited |
Record Format:
Field Name | Field Type | Field Description |
series | String | Series |
percent | Float | Percent |
startDate | Date | Start Date |
endDate | Date | End Date |
Source Data Bindings
A set of expressions used to retrieve data from the records of the Source Data table and build the chart dataset. This property only applies to charts based on custom data.
Variable Name: | dataBindings |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
series | String | Expression to define the Series of the chart dataset. |
percent | String | Expression to define the Percent of the chart dataset. |
startDate | String | Expression to define the Start Date of the chart dataset. |
endDate | String | Expression to define the End Date of the chart dataset. |
All fields of the Source Data Bindings table have the following Resolution Environment:
Specified by the Context setting. | |
Value specified by the Source Data table. | |
0 (or dynamic if series propagation is enabled) | |
Standard variables only. |
Auto Load Dataset
See the common property Auto Load Dataset.
Visualization Group: Basic Properties
In addition to the common Visualization Basic Properties, the Gantt Chart has the following unique Visualization properties.
Column Width Ratio
Sets the width ratio of the task bars in the chart, determining how much space between task bars.
Variable Name: | columnWidthRatio |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
columnWidthRatio | Float | Column Width Ratio |
Progress Column Width Ratio
Sets the width ratio of the progress columns in the chart in relation to the task bar.
Variable Name: | progressColumnWidthRatio |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
progressColumnWidthRatio | Float | Progress Column With Ratio |
Visualization Group: Progress Bar
The following properties can be found in the Visualization group, in the Progress Bar subgroup.
Fill
Defines the fill color of the progress bars of the chart.
Variable Name: | styleFillProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleFillProgressBar | Color | Fill |
Fill Opacity
Controls the opacity level of the fill color for the progress bars of the chart.
Variable Name: | styleFillOpacityProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleFillOpacityProgressBar | Float | Fill Opacity |
Border Color
Sets the border color of the progress bars of the chart.
Variable Name: | styleStrokeProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleStrokeProgressBar | Color | Border Color |
Border Opacity
Controls the opacity of the border color of the progress bars of the chart.
Variable Name: | styleStrokeOpacityProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleStrokeOpacityProgressBar | Float | Border Opacity |
Border Width
Determines the width of the border for the progress bars of the chart.
Variable Name: | styleLineWidthProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleLineWidthProgressBar | Integer | Border Width |
Border Dash Interval
Specifies the dash pattern of the border of the progress bars of the chart.
Variable Name: | styleLineDashProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleLineDashProgressBar | String | Border Dash Interval |
Shadow Color
Sets the color of the shadow cast by the progress bars of the chart.
Variable Name: | styleShadowColorProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowColorProgressBar | Color | Shadow Color |
Shadow Blur
Determines the blurring effect applied to the shadow cast by the progress bars of the chart.
Variable Name: | styleShadowBlurProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowBlurProgressBar | Integer | Shadow Blur |
Shadow Offset X
Controls the horizontal offset of the shadow cast by the progress bars of the chart.
Variable Name: | styleShadowOffsetXProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowOffsetXProgressBar | Integer | Shadow Offset X |
Shadow Offset Y
Controls the vertical offset of the shadow cast by the progress bars of the chart.
Variable Name: | styleShadowOffsetYProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowOffsetYProgressBar | Integer | Shadow Offset Y |
Cursor
Defines the cursor appearance when interacting with the progress bars of the chart.
Variable Name: | styleCursorProgressBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleCursorProgressBar | String | Cursor |
Public Events
[?]
Common Events: Common Component Events, Changing Chart Zoom
Was this page helpful?