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 | Symbolname | |
yAxis | Y-Achse |
Siehe auch
Schema: tchmi:framework#/definitions/TrendLineChartTooltipInformationObject
tchmi:framework#/definitions/TrendLineChartTooltipInformationList
Verfügbar ab Version 1.10 |