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

ChartTitleSettingsTagHelper

Example

<chart-title>
    <border />
    <margin />
    <padding />
</chart-title>

ChildTags

Tag Name Details
border ChartTitleBorderSettingsTagHelper
margin ChartTitleMarginSettingsTagHelper
padding ChartTitlePaddingSettingsTagHelper

Attributes

Attribute Type Description
align ChartTextAlignment Specifies the text alignment.
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.
description String The accessible description of the Chart. The description is announced by screen readers when the Chart is focused.
font String The font of the title.
position ChartTitlePosition Specifies the title position.
text String The text of the chart title. You can also set the text directly for a title with default options.
visible Boolean If set to true the chart will display the title. By default the title will be displayed.
In this article
Not finding the help you need?