SubtitleComponent
Represents the Kendo UI for Angular Chart Subtitle component (see example).
<kendo-chart [categoryAxis]="{ categories: categories }">
<kendo-chart-subtitle text="/GDP annual %/"></kendo-chart-subtitle>
</kendo-chart>
Selector
kendo-chart-subtitle
Inputs
Name | Type | Default | Description |
---|---|---|---|
align |
|
Specifies the horizontal alignment of the subtitle. | |
background |
|
|
Specifies the background color of the subtitle. Accepts a valid CSS color string, including HEX and RGB. |
border |
|
Specifies the border configuration of the subtitle. | |
color |
|
Specifies the color of the subtitle text. | |
font |
|
|
Specifies the font of the subtitle. |
margin |
|
Specifies the margin configuration of the subtitle. | |
padding |
|
|
Specifies the padding of the subtitle. A numeric value sets all paddings. |
position |
|
|
Specifies the position of the subtitle. |
text |
|
Specifies the text content of the subtitle. | |
visible |
|
|
Determines whether the Chart displays the subtitle. |
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
| ||||||
|