Skip to content

PieChartEvent

Inherits: Event['PieChart']

Properties

  • local_x(float | None) –

    X coordinate of the local position where the event occurred.

  • local_y(float | None) –

    Y coordinate of the local position where the event occurred.

  • section_index(int | None) –

    Section's index or -1 if no section was hovered.

  • type(ChartEventType) –

    Type of the event.

Properties#

local_x #

local_x: float | None = None

X coordinate of the local position where the event occurred.

local_y #

local_y: float | None = None

Y coordinate of the local position where the event occurred.

section_index #

section_index: int | None = None

Section's index or -1 if no section was hovered.

type #

Type of the event.