Kendo.Mvc.UI.Fluent.ChartXAxisMinorTicksSettingsBuilder
Defines the fluent API for configuring ChartXAxisMinorTicksSettings
Properties
Container
Gets the 1 container.
Methods
Color(System.String)
The color of the x axis minor 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 x axis minor ticks. By default the x axis minor ticks are not visible.
Parameters
value System.Boolean
The value for Visible
Visible
If set to true the chart will display the x axis minor ticks. By default the x axis minor ticks are not visible.
Width(System.Double)
The width of the minor ticks in pixels.
Parameters
value System.Double
The value for Width
Step(System.Double)
The step of the x axis minor ticks.
Parameters
value System.Double
The value for Step
Skip(System.Double)
The skip of the x axis minor ticks.
Parameters
value System.Double
The value for Skip