setLineGraphData
[ Function ]
public setLineGraphData(newValue: TcHmiCharting.LineGraph.Point[][] | number[] | number[][] | null): void;
This function sets a new value for the LineGraphData attribute.
Parameter
Name | Type | Description |
---|---|---|
newValue | TcHmiCharting.LineGraph.Point[][], number[], number[][], null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
---|---|
void | No return value. |
See also
Attribute getter: getLineGraphData
Origin: TcHmiLineChart
Available from 1.8 |
Return value number[] and number[][] are only available from version 1.12.760 |