PaneDefaultsTitleComponent
Represents the default title configuration of all Chart panes.
Selector
kendo-chart-pane-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. |
position |
|
|
Specifies the position of the title. The positioning of the axis title can be set to |
visible |
|
|
Determines whether the Chart displays the pane title. |
visual |
|
Specifies a function that creates a custom visual for 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
| ||||||
|