/ Circularchart3d / CircularChart3DTooltipRenderEventArgs
Search results

CircularChart3DTooltipRenderEventArgs API in React Circularchart3d API component

Represents the arguments for rendering a tooltip in a circular 3D chart.

Properties

cancel

boolean

Specifies whether to cancel the tooltip render.

data

CircularChart3DPointInformation

Defines the point information for the tooltip.

headerText

string

Defines the header text for the tooltip.

point

CircularChart3DPoints

Defines the current tooltip point.

series

CircularChart3DSeries

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.