TooltipErrorInformationObject

[ Interface ]

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


Properties

Name

Type

Description

yAxis

TcHmiTrendLineChart.YAxis

Y axis

beginTime

number

Start time of the error

EndTime

number

End time of the error

errorCode(optional)

number | null | undefined

Error code

symbolname

string

Symbol name

See also

Schema: tchmi:framework#/definitions/TrendLineChartTooltipErrorInformationObject

tchmi:framework#/definitions/TrendLineChartTooltipErrorInformationList

TooltipErrorInformationObject 1:

Available from version 1.10