TcHmiCharting.LineGraph.Point
[ Interface ]
export interface Point{
x: number;
y: number;
}
Properties
Name | Type | Description |
---|---|---|
x | x-coordinate | |
y | y-coordinate |
Schema: tchmi:framework#/definitions/ChartLineGraphDataDefinitionList
Available from 1.8 |