RadialGaugeScaleSettingsBuilder
Methods
EndAngle(System.Double)
The end angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Parameters
value - System.Double
The value for EndAngle
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
Labels(System.Action)
Configures the scale labels.
Parameters
configurator - System.Action<RadialGaugeScaleLabelsSettingsBuilder>
The configurator for the labels setting.
RETURNS
Returns the current instance of RadialGaugeScaleSettingsBuilder .
MajorTicks(System.Action)
Configures the scale major ticks.
Parameters
configurator - System.Action<RadialGaugeScaleMajorTicksSettingsBuilder>
The configurator for the majorticks setting.
RETURNS
Returns the current instance of RadialGaugeScaleSettingsBuilder .
MajorUnit(System.Double)
The interval between major divisions.
Parameters
value - System.Double
The value for MajorUnit
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
Max(System.Double)
The maximum value of the scale.
Parameters
value - System.Double
The value for Max
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
Min(System.Double)
The minimum value of the scale.
Parameters
value - System.Double
The value for Min
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
MinorTicks(System.Action)
Configures the scale minor ticks.
Parameters
configurator - System.Action<RadialGaugeScaleMinorTicksSettingsBuilder>
The configurator for the minorticks setting.
RETURNS
Returns the current instance of RadialGaugeScaleSettingsBuilder .
MinorUnit(System.Double)
The interval between minor divisions.
Parameters
value - System.Double
The value for MinorUnit
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
Ranges(System.Action)
The ranges of the scale.
Parameters
configurator - System.Action<RadialGaugeScaleSettingsRangeFactory>
The configurator for the ranges setting.
RETURNS
Returns the current instance of RadialGaugeScaleSettingsBuilder .
RangePlaceholderColor(System.String)
The default color for the ranges.
Parameters
value - System.String
The value for RangePlaceholderColor
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
RangeSize(System.Double)
The width of the range indicators.
Parameters
value - System.Double
The value for RangeSize
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
RangeDistance(System.Double)
The distance from the range indicators to the ticks.
Parameters
value - System.Double
The value for RangeDistance
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
Reverse(System.Boolean)
Reverses the scale direction - values are increase anticlockwise.
Parameters
value - System.Boolean
The value for Reverse
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
Reverse()
Reverses the scale direction - values are increase anticlockwise.
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.
StartAngle(System.Double)
The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Parameters
value - System.Double
The value for StartAngle
RETURNS
Returns the current RadialGaugeScaleSettingsBuilder instance.