Chart
- Last UpdatedOct 24, 2024
- 5 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.
|
|
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. |
|
Custom Style Sheet Identifier |
Prefix for the CSS class name in the custom style sheet. For information about using custom style sheets, see Custom Styles. Note: The value must start with an alphabet and can contain only alphanumeric characters. |
Advanced
|
Property |
Description |
|
On Initialize |
Run a script after the control has been initialized, but before it is rendered to the UI. |
|
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 AVEVA Work Tasks Pro app, the chart is rendered after sampling down the data to 1000 points, if the data exceeds 1000 points.