ChartCategoryAxisPlotBandLabelSettingsTagHelper

Example

Razor
<label>
    <border />
    <margin />
    <padding />
</label>

ChildTags

Attributes

AttributeTypeDescription
alignStringThe position of the plotband label.The supported values are: "left" - the plotband label is positioned on the left; "right" - the plotband label is positioned on the right or "center" - the plotband label is positioned in the center.
backgroundStringThe background color of the label. Accepts a valid CSS color string, including hex and rgb.
colorStringThe text color of the label. Accepts a valid CSS color string, including hex and rgb.
fontStringThe font style of the label.
positionStringThe position of the label.The supported values are: "top" - the axis label is positioned on the top; "bottom" - the axis label is positioned on the bottom or "center" - the axis label is positioned in the center.
rotationDoubleThe rotation angle of the label. By default the label is not rotated.
textStringThe text of the label.
visibleBooleanIf set to false the chart will not display the label.
visualStringA function that can be used to create a custom visual for the label. The available argument fields are: text - the label text.; rect - the kendo.geometry.Rect that defines where the visual should be rendered.; sender - the chart instance (may be undefined).; options - the label options. or createVisual - a function that can be used to get the default visual..
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support