ValueChange Method (SapChart)

Class

SapChart.

Action

Changes a value of the chart.

Syntax

chart.ValueChange(series, point, xValue, yValue, dataChange, id, zValue, changeFlag)
Variable Description
series Number of the data set within the row that should be changed. Integer.
point Number of the data point within the row that should be changed. Integer.
xValue New x value. Double.
yValue New y value. Double.
dataChange Setting this parameter to True means the value was not changed interactively within the graphic but rather by entering the new value on the DataPoint property page. Boolean.
id GFW data container id of the changed point. String.
zValue New z value. Double.
changeFlag Notify which value was changed or if it was a time value. ChartChangeFlag.