ChartLegendTitleSettingsTagHelper

Example

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

ChildTags

Attributes

AttributeTypeDescription
alignStringThe 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..
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 of the title.
positionStringThe position of the title. "bottom" - the title is positioned on the bottom. or "top" - the title is positioned on the top..
textStringThe text of the legend title. You can also set the text directly for a title with default options.
visibleBooleanIf set to true the chart will display the title. By default the title will be displayed.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support