IAccTooltipRenderEventArgs

23 Sep 20251 minute to read

Accumulation Chart TooltipRender event arguments.

Properties

cancel boolean

Defines the event’s cancellation status.

content string|HTMLElement

Defines the tooltip content.

name string

Defines the name of the event.

point AccPoints

Defines the tooltip point.

series AccumulationSeries

Defines the tooltip series.

text string

Defines the tooltip text.

textStyle FontModel

Defines the tooltip text style.