Kendo.Mvc.UI.Fluent.ArcGaugeGaugeAreaSettingsBuilder
Defines the fluent API for configuring ArcGaugeGaugeAreaSettings
Methods
Background(System.String)
The background of the gauge area. Any valid CSS color string will work here, including hex and rgb.
Parameters
value System.String
The value for Background
Border(System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeGaugeAreaBorderSettingsBuilder>)
The border of the gauge area.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeGaugeAreaBorderSettingsBuilder>
The configurator for the border setting.
Height(System.Double)
The height of the gauge area.
Parameters
value System.Double
The value for Height
Margin(System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeGaugeAreaMarginSettingsBuilder>)
The margin of the gauge area.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeGaugeAreaMarginSettingsBuilder>
The configurator for the margin setting.
Width(System.Double)
The width of the gauge area.
Parameters
value System.Double
The value for Width