ChartTitleSettingsTagHelper
Example
Razor
<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. |