Kendo.Mvc.UI.Fluent.ChartValueAxisMajorTicksSettingsBuilder
Defines the fluent API for configuring ChartValueAxisMajorTicksSettings
Properties
Container
Gets the 1 container.
Methods
Color(System.String)
The color of the value axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value for Color
Size(System.Double)
The length of the tick line in pixels.
Parameters
value System.Double
The value for Size
Visible(System.Boolean)
If set to true the chart will display the value axis major ticks. By default the value axis major ticks are visible.
Parameters
value System.Boolean
The value for Visible
Step(System.Double)
The step of the value axis major ticks.
Parameters
value System.Double
The value for Step
Skip(System.Double)
The skip of the value axis major ticks.
Parameters
value System.Double
The value for Skip