MultiLevelLabelClickEvent
Provides data for the event triggered when a multi-level axis label is clicked in the chart.
Props
The following table outlines the props for the MultiLevelLabelClickEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| axisName | string | - | Gets the name of the axis associated with the clicked multi-level label. |
| end | number | Date | string | - | Gets the ending value of the clicked multi-level label. |
| level | number | - | Gets the level index of the clicked multi-level label. |
| start | number | Date | string | - | Gets the starting value of the clicked multi-level label. |
| text | string | - | Gets the text value of the clicked multi-level label. |