Circular3DTooltipRenderEventArgs
23 Sep 20251 minute to read
Represents the arguments for rendering a tooltip in a circular 3D chart.
Properties
cancel boolean
Specifies whether to cancel the tooltip render.
data Circular3DPointInformation
Defines the point information for the tooltip.
headerText string
Defines the header text for the tooltip.
point Circular3DPoints
Defines the current tooltip point.
series Circular3DSeries
Defines the current tooltip series.
template string|Function
Defines the tooltip template.
text string
Specifies a collection of tooltip text.
textStyle FontModel
Defines the style for tooltip text.