LinearGaugeScaleLineSettingsBuilder

Methods

Color(System.String)

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

Parameters

value - System.String

The value for Color

RETURNS

Returns the current LinearGaugeScaleLineSettingsBuilder instance.

DashType(Kendo.Mvc.UI.ChartDashType)

The dash type of the line.

Parameters

value - ChartDashType

The value for DashType

RETURNS

Returns the current LinearGaugeScaleLineSettingsBuilder instance.

Visible(System.Boolean)

The visibility of the lines.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current LinearGaugeScaleLineSettingsBuilder instance.

Width(System.Double)

The width of the line..

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current LinearGaugeScaleLineSettingsBuilder instance.