ITooltipRenderEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for the tooltip render event in circular gauge.
Properties
annotation Annotation
Specifies the instance of annotation of the circular gauge.
appendInBodyTag boolean
Enables and disables the tooltip element to append in body.
axis Axis
Specifies the axis of the circular gauge.
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 in circular gauge.
event PointerEvent
Specifies the pointer event for the tooltip in circular gauge.
gauge CircularGauge
Specifies the instance of circular gauge.
location GaugeLocation
Specifies the location of the tooltip in circular gauge.
name string
Specifies the name of the event.
pointer Pointer
Specifies the pointer of the circular gauge.
range Range
Specifies the instance of ranges of the circular gauge.
tooltip TooltipSettings
Specifies the options to customize the tooltip in circular gauge.
type string
Specifies the element type in which the tooltip is rendered. The element types are
range, annotation, and pointer of the circular gauge.