YAxisLabelsComponent
Represents the Y-axis labels configuration.
Selector
kendo-chart-y-axis-item-labels
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the labels. | |
border |
|
Specifies the border configuration of the labels. | |
color |
|
Specifies the text color of the labels. | |
content |
|
Specifies a function that returns the content of the labels. | |
culture |
|
Specifies the culture used for formatting the labels. | |
dateFormats |
|
Specifies the date formats for displaying the labels. | |
font |
|
|
Specifies the font style of the labels. |
format |
|
|
Specifies the format for displaying the labels. Uses the |
margin |
|
|
Specifies the margin of the labels. A numeric value sets all margins. |
mirror |
|
|
Determines whether the Chart mirrors the axis labels and ticks. If the labels are normally on the left side of the axis, the mirroring of the axis renders them to the right. |
padding |
|
|
Specifies the padding of the labels. A numeric value sets all paddings. |
position |
|
|
Specifies the position of the axis labels. By default, labels are positioned next to the axis. |
rotation |
|
|
Specifies the rotation angle of the labels. By default, the labels are not rotated. |
skip |
|
|
Specifies the number of labels to skip. |
step |
|
|
Specifies the label rendering step—renders every |
visible |
|
|
Determines whether the Chart displays the Y-axis labels. By default, the Y-axis labels are visible. |
visual |
|
Specifies a function that returns a custom visual for the labels. |
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
| ||||||
|