ITooltipRenderEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for tooltip event in linear gauge.
Properties
axis Axis
Specifies the instance of axis.
cancel boolean
Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.
content string
Specifies the content for the tooltip.
event PointerEvent
Specifies the mouse pointer event.
gauge LinearGauge
Specifies the instance of linear gauge.
location GaugeLocation
Specifies the location of the tooltip in linear gauge.
name string
Specifies the name of the event.
pointer Pointer
Specifies the instance of pointer.
tooltip TooltipSettings
Specifies the options to customize the tooltip.