RadialGaugeScaleMinorTicksSettingsBuilder

Methods

DashType(Kendo.Mvc.UI.ChartDashType)

Sets the ticks dashType

Parameters

dashType - ChartDashType

The ticks dashType.

RETURNS

Returns the current instance of RadialGaugeScaleMinorTicksSettingsBuilder.

Color(System.String)

The color of the minor ticks. Any valid CSS color string will work here, including hex and rgb.

Parameters

value - System.String

The value for Color

RETURNS

Returns the current RadialGaugeScaleMinorTicksSettingsBuilder instance.

Size(System.Double)

The minor tick size. This is the length of the line in pixels that is drawn to indicate the tick on the scale.

Parameters

value - System.Double

The value for Size

RETURNS

Returns the current RadialGaugeScaleMinorTicksSettingsBuilder instance.

Visible(System.Boolean)

The visibility of the minor ticks.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current RadialGaugeScaleMinorTicksSettingsBuilder instance.

Width(System.Double)

The width of the minor ticks.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current RadialGaugeScaleMinorTicksSettingsBuilder instance.