TooltipInformationObject

[ Schnittstelle ]

export interface TooltipInformationObject {
    point: { x: number, y: number };
    symbolname: string;
    yAxis: TcHmiTrendLineChart.YAxis;
}


Eigenschaften

Name

Typ

Beschreibung

point

{x: number, y: number}

Punkt mit x- und y-Wert

symbolname

string

Symbolname

yAxis

TcHmiTrendLineChart.YAxis

Y-Achse

Siehe auch

Schema: tchmi:framework#/definitions/TrendLineChartTooltipInformationObject

tchmi:framework#/definitions/TrendLineChartTooltipInformationList

TooltipInformationObject 1:

Verfügbar ab Version 1.10