New to Telerik UI for ASP.NET Core? Download free 30-day trial

StockChartNavigatorCategoryAxisTitleSettingsTagHelper

Example

<title>
    <border />
    <margin />
    <padding />
</title>

ChildTags

Tag Name Details
border StockChartNavigatorCategoryAxisTitleBorderSettingsTagHelper
margin StockChartNavigatorCategoryAxisTitleMarginSettingsTagHelper
padding StockChartNavigatorCategoryAxisTitlePaddingSettingsTagHelper

Attributes

Attribute Type Description
background String The background color of the title. Accepts a valid CSS color string, including hex and rgb.
color String The text color of the title. Accepts a valid CSS color string, including hex and rgb.
font String The font style of the title.
position String The position of the title.The supported values are: "top" - the axis title is positioned on the top (applicable to vertical axis); "bottom" - the axis title is positioned on the bottom (applicable to vertical axis); "left" - the axis title is positioned on the left (applicable to horizontal axis); "right" - the axis title is positioned on the right (applicable to horizontal axis) or "center" - the axis title is positioned in the center.
rotation Double The rotation angle of the title. By default the title is not rotated.
text String The text of the title.
visible Boolean If set to true the chart will display the category axis title. By default the category axis title is visible.
In this article
Not finding the help you need?