PieChartEvent
Inherits: Event['PieChart']
Properties
-
local_x(Optional[float]) –X coordinate of the local position where the event occurred.
-
local_y(Optional[float]) –Y coordinate of the local position where the event occurred.
-
section_index(Optional[int]) –Section's index or
-1if no section was hovered. -
type(ChartEventType) –Type of the event.
Properties#
local_x
class-attribute
instance-attribute
#
X coordinate of the local position where the event occurred.
local_y
class-attribute
instance-attribute
#
Y coordinate of the local position where the event occurred.
section_index
class-attribute
instance-attribute
#
Section's index or -1 if no section was hovered.