New to Kendo UI for Angular? Start a free 30-day trial

PlotBandLabel

The appearance configuration for the plot band label.

NameTypeDefaultDescription

align?

"left" | "right" | "center"

The horizontal alignment of the label text.

By default, the label is aligned to the left.

The positioning of the label within a plot band can be set to center for center positioning, right for positioning on the right side, or left for positioning on the left side.

background?

string

The background color of the label. Accepts a valid CSS color string, including hex and rgb.

border?

Border

The border of the label.

color?

string

The color of the plot band label text. Accepts a valid CSS color configuration string, including hex and rgb.

font?

string

The font of the plot band label text. Accepts a valid CSS font configuration string.

margin?

number | Margin

The margin of the label. A numeric value sets all margins.

padding?

number | Padding

The padding of the label. A numeric value sets all paddings.

position?

"top" | "bottom" | "center"

The vertical position of the label inside the plot band.

By default, the label is aligned to the top.

The positioning of the label within a plot band can be set to bottom for positioning at the bottom, center for center positioning, or top for positioning at the top.

rotation?

number

The rotation angle of the label. By default, the label is not rotated.

text?

string

The text of the label.

The text can be split into multiple lines by using line feed characters ("\n").

visible?

boolean

If set to false, the will not display the plot band label. By default, the plot band labels are not displayed.

visual?

(e: PlotBandLabelVisualArgs) => Element

A function that can be used to create a custom visual for the label.