SankeyLegendTitleSettingsTagHelper
Example
Razor
<title>
<border />
<margin />
<padding />
</title>
ChildTags
Tag Name | Details |
---|---|
border | SankeyLegendTitleBorderSettingsTagHelper |
margin | SankeyLegendTitleMarginSettingsTagHelper |
padding | SankeyLegendTitlePaddingSettingsTagHelper |
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. |
font | String | The font of the title. |
position | TitlePosition | The position of the title. |
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 false the Sankey will not display the legend title. |