LineChartEvent LineChartEvent # Bases: Event['LineChart'] control # control: EventControlType = field(repr=False) data # data: Any | None = field(default=None, kw_only=True) name # name: str page # page: Page | PageView | None spots # spots: list[LineChartEventSpot] Spots on which the event occurred. target # target: int type # type: ChartEventType The type of event that occured.