MultiLevelLabelsModel
23 Sep 20251 minute to read
Interface for a class MultiLevelLabels
Properties
alignment Alignment
Specifies the position of the multi-level labels. The available positions are,
- Near: Places the multi-level labels at left end of the available space.
- Center: Places the multi-level labels at center of the available space.
- Far: Places the multi-level labels at right end of the available space.
border AxisLabelBorderModel
Sets and gets the options to customize the border of the multi-level labels.
categories MultiLevelCategoriesModel[]
Sets and gets the options to configure the multi-level labels.
overflow TextOverflow
Sets and gets the overflow style of the multi-level labels. The available types are,
- None: No action is taken when the text overflows.
- Wrap: Wraps the multi-level labels when the text overflows.
- Trim: Trims the multi-level labels when the text overflows.
textStyle FontModel
Sets and gets the options to customize the text of the multi-level labels.