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

string

Symbol name

yAxis

TcHmiTrendLineChart.YAxis

Y axis

See also

Schema: tchmi:framework#/definitions/TrendLineChartTooltipInformationObject

tchmi:framework#/definitions/TrendLineChartTooltipInformationList

TooltipInformationObject 1:

Available from version 1.10