LinearGaugeGaugeAreaBorderSettingsBuilder
Methods
Opacity(System.Double)
Sets the opacity of the border of the gauge area.
Parameters
opacity - System.Double
The opacity value from 0 (transparent) to 1 (opaque).
RETURNS
Returns the LinearGaugeGaugeAreaBorderSettingsBuilder instance for chaining.
Color(System.String)
The color of the border. Any valid CSS color string will work here, including hex and rgb.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current LinearGaugeGaugeAreaBorderSettingsBuilder instance.
DashType(Kendo.Mvc.UI.ChartDashType)
The dash type of the border.
Parameters
value - ChartDashType
The value for DashType
RETURNS
Returns the current LinearGaugeGaugeAreaBorderSettingsBuilder instance.
Width(System.Double)
The width of the border.
Parameters
value - System.Double
The value for Width
RETURNS
Returns the current LinearGaugeGaugeAreaBorderSettingsBuilder instance.