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 -1if no section was hovered.
- 
          type(ChartEventType) –Type of the event. 
Properties#
class-attribute
      instance-attribute
  
#
local_x: float | None = None
X coordinate of the local position where the event occurred.
class-attribute
      instance-attribute
  
#
local_y: float | None = None
Y coordinate of the local position where the event occurred.