SankeyTitleComponent
Represents the configuration options of the Sankey title or text (see example).
<kendo-sankey [data]="data">
<kendo-sankey-title text="Title Text" [padding]="{bottom: 20}"></kendo-sankey-title>
...
</kendo-sankey>
Selector
kendo-sankey-title
Inputs
Name | Type | Default | Description |
---|---|---|---|
align |
|
|
Sets the alignment of the title.
Use |
background |
|
|
Sets the background color of the title. Accepts a valid CSS color string, including HEX and RGB. |
border |
|
Specifies the border of the title. | |
color |
|
Specifies the text color of the title. Accepts a valid CSS color string, including HEX and RGB. | |
description |
|
Specifies the accessible description of the Chart. Screen readers announce the description when the Chart is focused. | |
font |
|
|
Sets the font of the title. |
margin |
|
Specifies the margin of the title. A numeric value sets all margins. | |
padding |
|
|
Sets the padding of the title. A numeric value sets all paddings. |
position |
|
|
Sets the position of the title.
Use |
text |
|
Specifies the text of the chart title. You can also set the text directly for a title with default options. Use line feed characters ("\n") to split the text into multiple lines. | |
visible |
|
|
Determines if the Sankey displays the title. |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template. ts
| ||||||
|