getLineGraphData
[ Function ]
public getLineGraphData(): TcHmiCharting.LineGraph.Point[][], number[], number[][] | null;
This function returns the currently set value for the LineGraphData attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
TcHmiCharting.LineGraph.Point[][], number[],number[][], null | The current value of the attribute. |
See also
Attribute setter: setLineGraphData
Origin: TcHmiLineChart
Available from 1.8 |
Return value number[] and number[][] are only available from version 1.12.760 |