AxisDefaultsTitleComponent
Represents the configuration of the axis title (see example).
Selector
kendo-chart-axis-defaults-title
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the title. | |
border |
|
Specifies the border configuration of the title. | |
color |
|
Specifies the text color of the title. | |
font |
|
|
Specifies the font style 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. |
rotation |
|
|
Specifies the rotation angle of the title. By default, the title is not rotated. |
text |
|
Specifies the text content of the title. | |
visible |
|
|
Determines whether the Chart displays the axis title. By default, the axis title is visible. |
visual |
|
Specifies a |
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
| ||||||
|