SCREEN FUNCTION DYNAMICS - CHART DaTA

  

DEVELOPER

Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Screen Function Dynamics Charts > Screen Function Dynamics - Chart Data

Unlike other PROIV dynamic objects, charts does not have an associated data element and data source, hence $INPUT is not applicable to the chart object. The chart reacts on the click and returns the values to the RowID and ColumnID properties. RowID property returns the value in the clicked row’s hidden column and the ColumnID property returns the function name and tag of the clicked column. These can be accessed in standard Validation and Custom Validation, in a similar way to $INPUT in other objects.

Note: Meter charts cannot be clicked, hence the Standard Validation and Custom Validation process points are disabled.

Configure the following properties for chart in the Data tab:

1.    Double-click the chart object.
The Chart properties window appears.

2.    Click Data tab. See Configuring Data Properties for the Chart for more information.

Comment on this topic

Topic ID: 500694