ChartSubtitleSettingsTagHelper

Example

Razor
<chart-subtitle>
    <border />
    <margin />
    <padding />
</chart-subtitle>

ChildTags

Attributes

AttributeTypeDescription
alignStringThe alignment of the subtitle. "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.. By default, the subtitle has the same alignment as the title.
backgroundStringThe background color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
colorStringThe text color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
fontStringThe font of the title.
positionStringThe position of the subtitle. "bottom" - the title is positioned on the bottom. or "top" - the title is positioned on the top.. By default, the subtitle is placed in the same position as the title.
textStringThe text of the chart subtitle. You can also set the text directly for a title with default options.
visibleBooleanIf set to true the chart will display the subtitle. By default the subtitle will be displayed.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support