Chart
- Last UpdatedOct 18, 2024
- 4 minute read
Use Chart control to view a chart in your form.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
Description |
Description for the control. |
|
Lookup Source |
Name of the item in the Lookup List. To add a name of the item in the Lookup List for the control
|
Appearance
|
Property |
Description |
|---|---|
|
Visible |
Show or hide the control.
|
|
Label Position |
Position of the label for the control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Width |
Width in pixels for the control. The default value is 0. Note: If the value is 0, then the width of the control is set as per the default values. |
|
Height |
Height in pixels for the control. The default value is 450. Note: If the value is 0, then the height of the control is set as per the default values. |
|
Retain Space |
Reserve or remove space when the control is hidden.
|
|
Chart Type |
Type of chart for the control.
Note: |
|
Show Axis Titles |
Show or hide the axis titles for the control.
|
|
Show Legend |
Show or hide the legend for the control.
|
|
Sankey Chart Node Unit |
Displays the unit used for Sankey chart nodes. |
Advanced
|
Property |
Description |
|---|---|
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
Scripts
For information about using scripts, see scripting guidelines for Chart control.
Note: In Work Tasks Pro app, the chart is rendered after sampling down the data to 1000 points, if the data exceeds 1000 points.