TooltipErrorInformationObject
[ Interface ]
export interface TooltipInformationObject {
point: { x: number, y: number };
symbolname: string;
yAxis: TcHmiTrendLineChart.YAxis;
}
Properties
Name | Type | Description |
---|---|---|
yAxis | Y axis | |
beginTime | Start time of the error | |
EndTime | End time of the error | |
errorCode(optional) | Error code | |
symbolname | Symbol name |
See also
Schema: tchmi:framework#/definitions/TrendLineChartTooltipErrorInformationObject
tchmi:framework#/definitions/TrendLineChartTooltipErrorInformationList
Available from version 1.10 |