TooltipInformationObject
[ Interface ]
export interface TooltipInformationObject {
point: { x: number, y: number };
symbolname: string;
yAxis: TcHmiTrendLineChart.YAxis;
}
Properties
Name | Type | Description |
---|---|---|
point | {x: number, y: number} | Point with x and y value |
symbolname | Symbol name | |
yAxis | Y axis |
See also
Schema: tchmi:framework#/definitions/TrendLineChartTooltipInformationObject
tchmi:framework#/definitions/TrendLineChartTooltipInformationList
Available from version 1.10 |