ValueAxisTitleComponent
Represents the title configuration of the Chart value axis.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-value-axis-item-title
Inputs
background
string
Specifies the background color of the title.
color
string
Specifies the text color of the title.
font
string
Specifies the font style of the title.
'16px sans-serif'
Specifies the padding of the title. A numeric value sets all paddings.
0
Specifies the position of the title.
'center'
rotation
number
Specifies the rotation angle of the title. By default, the title is not rotated.
0
text
string
Specifies the text of the title.
visible
boolean
Determines whether the Chart displays the value axis title.
true
Specifies a function that returns a custom visual for the title.
Methods
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.
An object containing the updated input fields.