Class
SapChart class
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. REAL. |
| yValue |
New y value. REAL. |
| 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. REAL. |
| changeFlag |
Notify which value was changed or if it was a time value. CHARTCHANGEFLAG. |