ChartWizardStateValueAxisLabelsSettingsTagHelper
Example
Razor
<labels>
</labels>
Attributes
Attribute | Type | Description |
---|---|---|
color | String | The text color of the labels. Accepts a valid CSS color string, including hex and rgb. |
font | String | The font style of the labels. Accepts a valid CSS color string, for example "20px 'Courier New'". |
format | String | The format used to display the labels. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value. |
rotation | Object | The rotation angle (in degrees) of the labels. By default the labels are not rotated. Angles increase clockwise and zero is to the left. Negative values are acceptable. Can be set to "auto" if the axis is horizontal in which case the labels will be rotated only if the slot size is not sufficient for the entire labels. |