New to Telerik UI for ASP.NET Core? Download free 30-day trial

ArcGaugeScaleSettingsBuilder

Defines the fluent API for configuring ArcGaugeScaleSettings

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

Labels(System.Action)

Configures the scale labels.

Parameters

configurator - System.Action<ArcGaugeScaleLabelsSettingsBuilder>

The configurator for the labels setting.

MajorTicks(System.Action)

Configures the scale major ticks.

Parameters

configurator - System.Action<ArcGaugeScaleMajorTicksSettingsBuilder>

The configurator for the majorticks setting.

MajorUnit(System.Double)

The interval between major divisions.

Parameters

value - System.Double

The value for MajorUnit

Max(System.Double)

The maximum value of the scale.

Parameters

value - System.Double

The value for Max

Min(System.Double)

The minimum value of the scale.

Parameters

value - System.Double

The value for Min

MinorTicks(System.Action)

Configures the scale minor ticks.

Parameters

configurator - System.Action<ArcGaugeScaleMinorTicksSettingsBuilder>

The configurator for the minorticks setting.

MinorUnit(System.Double)

The interval between minor divisions.

Parameters

value - System.Double

The value for MinorUnit

RangeLineCap(System.String)

The lineCap style of the ranges.The supported values are: "butt"; "round" or "square".

Parameters

value - System.String

The value for RangeLineCap

RangePlaceholderColor(System.String)

The default color for the ranges.

Parameters

value - System.String

The value for RangePlaceholderColor

RangeSize(System.Double)

The width of the range indicators.

Parameters

value - System.Double

The value for RangeSize

RangeDistance(System.Double)

The distance from the range indicators to the ticks.

Parameters

value - System.Double

The value for RangeDistance

Reverse(System.Boolean)

Reverses the scale direction - values are increase anticlockwise.

Parameters

value - System.Boolean

The value for Reverse

Reverse()

Reverses the scale direction - values are increase anticlockwise.

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

In this article
Not finding the help you need?