AxisDefaultsLabelsComponent
Represents the configuration of the axis labels (see example).
Selector
kendo-chart-axis-defaults-labels
Inputs
Name | Type | Default | Description |
---|---|---|---|
content |
|
Specifies a | |
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 |
|
|
Sets the padding of the labels. A numeric value sets all paddings. |
rotation |
|
|
Specifies the rotation angle of the labels. By default, the labels are not rotated. If the axis is horizontal, can be set to |
skip |
|
|
Specifies the number of labels to skip. By default, no labels are skipped. |
step |
|
|
Specifies the step for rendering the labels—renders every nth label. By default, each label is rendered. |
visible |
|
|
Determines whether the Chart displays the axis labels. By default, the axis labels are 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
| ||||||
|