XAxisTitleComponent
Represents the title configuration of the Scatter Chart X axis.
Selector
kendo-chart-x-axis-item-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 of the title. | |
visible |
|
|
Determines whether the Chart displays the X axis title of the Scatter Chart. By default, the X-axis title of the Scatter Chart is visible. |
visual |
|
Specifies a function that returns 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
| ||||||
|