TooltipErrorInformationObject
[ Schnittstelle ]
export interface TooltipInformationObject {
point: { x: number, y: number };
symbolname: string;
yAxis: TcHmiTrendLineChart.YAxis;
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
yAxis | Y-Achse | |
beginTime | Startzeit des Fehlers | |
endTime | Endzeit des Fehlers | |
errorCode(optional) | Fehlercode | |
symbolname | Symbolname |
Siehe auch
Schema: tchmi:framework#/definitions/TrendLineChartTooltipErrorInformationObject
tchmi:framework#/definitions/TrendLineChartTooltipErrorInformationList
Verfügbar ab Version 1.10 |