ChartWizardStateCategoryAxisLabelsSettingsBuilder
Methods
Color(System.String)
The text color of the labels. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current ChartWizardStateCategoryAxisLabelsSettingsBuilder instance.
Font(System.String)
The font style of the labels. Accepts a valid CSS color string, for example "20px 'Courier New'".
Parameters
value - System.String
The value for Font
RETURNS
Returns the current ChartWizardStateCategoryAxisLabelsSettingsBuilder instance.
Format(System.String)
The format used to display the labels. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value.
Parameters
value - System.String
The value for Format
RETURNS
Returns the current ChartWizardStateCategoryAxisLabelsSettingsBuilder instance.
Rotation(System.Object)
The rotation angle of the labels. By default the labels are not rotated. 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.
Parameters
value - System.Object
The value for Rotation
RETURNS
Returns the current ChartWizardStateCategoryAxisLabelsSettingsBuilder instance.
Visible(System.Boolean)
If set to true the chart will display the category axis labels. By default the category axis labels are visible.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current ChartWizardStateCategoryAxisLabelsSettingsBuilder instance.