New to KendoReactStart a free 30-day trial

XAxisLabels

Interface

Represents the configuration of the X-axis labels.

Definition

Package:@progress/kendo-react-charts

Properties

Specifies the background color of the labels. Accepts a valid CSS color string, including HEX and RGB.

Specifies the border of the labels.

color?

string

Specifies the text color of the labels. Accepts a valid CSS color string, including HEX and RGB.

Specifies a function which returns the label content. You can split the text into multiple lines by using the line feed characters ("\n").

Parameters:eAxisLabelContentArgsReturns:

string

culture?

string

Specifies the culture to use when formatting date values.

Specifies the format for displaying the labels when the X values are dates.

The value is formatted using the format method from @progress/kendo-intl.

Contains one placeholder ("{0}") which represents the value.

Charts select the appropriate format for the current xAxis.baseUnit option. Setting the xAxis.labels.format option overrides the date formats.

font?

string

Specifies the font style of the labels.

format?

string

Specifies the format for displaying the labels.

The value is formatted using the format method from @progress/kendo-intl.

Contains one placeholder ("{0}") which represents the value.

margin?

number | Margin

Specifies the margin of the labels. A numeric value sets all margins.

mirror?

boolean

Determines whether the Chart mirrors the axis labels and ticks. When set to true, the Chart mirrors the axis labels and ticks. If the labels are normally on the left side of the axis, the mirroring of the axis renders them to the right.

Specifies the padding of the labels. A numeric value sets all paddings.

Specifies the position of the axis labels. By default, labels are positioned next to the axis.

rotation?

number | "auto" | LabelRotation

Specifies the rotation angle of the labels. By default, the labels are not rotated. Can be set to "auto". In this case, the labels are rotated only if the slot size is not sufficient for the entire labels.

skip?

number

Specifies the number of labels to skip.

step?

number

Specifies the label rendering step—renders every nth label. By default, every label is rendered.

visible?

boolean

If set to true, the Chart displays the X-axis labels. By default, the X-axis labels are visible.

Specifies a function for creating custom visuals for the labels.

Parameters:eAxisLabelVisualArgs​<Chart>Returns:

Element