ChartValueAxisTitleSettingsTagHelper

Example

Razor
<chart-value-axis-item-title>
    <border />
    <margin />
    <padding />
</chart-value-axis-item-title>

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the title. Accepts a valid CSS color string, including hex and rgb.
colorStringThe text color of the title. Accepts a valid CSS color string, including hex and rgb.
fontStringThe font style of the title.
positionChartAxisTitlePositionSpecifies the title position.
rotationDoubleThe rotation angle of the title. By default the title is not rotated.
textStringThe text of the title.
visibleBooleanIf set to true the chart will display the value axis title. By default the value axis title is visible.
visualStringA function that can be used to create a custom visual for the title. 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