TitleComponent
Represents the Kendo UI for Angular Chart Title configuration (see example).
<kendo-chart [categoryAxis]="{ categories: categories }">
<kendo-chart-title text="Title Text" [padding]="{bottom: 20}"></kendo-chart-title>
...
</kendo-chart>
Selector
kendo-chart-title
Inputs
Name | Type | Default | Description |
---|---|---|---|
align |
|
|
Specifies the alignment of the title.
The alignment options for text include |
background |
|
|
Specifies the background color of the title. Accepts a valid CSS color string, including HEX and RGB. |
border |
|
Specifies the border configuration of the title. | |
color |
|
Specifies the text color of the title. | |
description |
|
Specifies the description of the title. | |
font |
|
|
Specifies the font of the title. |
margin |
|
Specifies the margin of the title. A numeric value sets all margins. | |
padding |
|
|
Specifies the padding of the title. A numeric value sets all paddings. |
position |
|
|
Specifies the position of the title.
The positioning options for titles include |
text |
|
Specifies the text of the title. | |
visible |
|
|
Determines whether the Chart 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
| ||||||
|