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

ChartLegendTitleSettingsTagHelper

Example

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

ChildTags

Tag Name Details
border ChartLegendTitleBorderSettingsTagHelper
margin ChartLegendTitleMarginSettingsTagHelper
padding ChartLegendTitlePaddingSettingsTagHelper

Attributes

Attribute Type Description
align String The alignment of the title. "center" - the text is aligned to the middle.; "left" - the text is aligned to the left. or "right" - the text is aligned to the right..
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 of the title.
position String The position of the title. "bottom" - the title is positioned on the bottom. or "top" - the title is positioned on the top..
text String The text of the legend 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?