ArcGaugeGaugeAreaSettingsBuilder
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 that configures the background.
Border(System.Action)
The border of the gauge area.
Parameters
configurator - System.Action<ArcGaugeGaugeAreaBorderSettingsBuilder>
The action that configures the border.
Height(System.Double)
The height of the gauge area.
Parameters
value - System.Double
The value that configures the height.
Margin(System.Action)
The margin of the gauge area.
Parameters
configurator - System.Action<ArcGaugeGaugeAreaMarginSettingsBuilder>
The action that configures the margin.
Width(System.Double)
The width of the gauge area.
Parameters
value - System.Double
The value that configures the width.