SankeyTitleSettingsTagHelper
Example
Razor
<title>
<border />
<margin />
<padding />
</title>
ChildTags
Tag Name | Details |
---|---|
border | SankeyTitleBorderSettingsTagHelper |
margin | SankeyTitleMarginSettingsTagHelper |
padding | SankeyTitlePaddingSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
align | LabelAlign | The alignment of the title. |
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 Sankey. The description is announced by screen readers when the Sankey is focused. |
font | String | The font of the title. |
position | TitlePosition | The position of the title. |
text | String | The text of the Sankey title. You can also set the text directly for a title with default options. |
visible | Boolean | If set to false the Sankey will not display the title. |