PieChartEvent PieChartEvent # Bases: Event['PieChart'] control # control: EventControlType = field(repr=False) data # data: Any | None = field(default=None, kw_only=True) 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. name # name: str page # page: Page | PageView | None section_index # section_index: int | None = None Section's index or -1 if no section was hovered. target # target: int type # type: ChartEventType Type of the event.