ChartMultiLevelLabelCategoryProps

Defines the configuration options for a single category within a multi-level label level.

Props

The following table outlines the props for the ChartMultiLevelLabelCategoryProps:

NameTypeDefaultDescription
end
string | number | Date
null

Specifies the ending axis value for the multi-level label category. This value defines where the category span ends on the axis.

maximumTextWidth
number
null

Specifies the maximum width for the text in pixels. If the text exceeds this width, overflow handling (Trim/Wrap) is applied.

start
string | number | Date
null

Specifies the starting axis value for the multi-level label category. This value defines where the category span begins on the axis.

text
string
''

Specifies the text to be displayed for the multi-level label category.