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

LinearGaugeScaleSettingsBuilder

Methods

Line(System.Action)

Configures the axis line.

Parameters

configurator - System.Action<LinearGaugeScaleLineSettingsBuilder>

The configurator for the line setting.

Labels(System.Action)

Configures the scale labels.

Parameters

configurator - System.Action<LinearGaugeScaleLabelsSettingsBuilder>

The configurator for the labels setting.

MajorTicks(System.Action)

Configures the scale major ticks.

Parameters

configurator - System.Action<LinearGaugeScaleMajorTicksSettingsBuilder>

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<LinearGaugeScaleMinorTicksSettingsBuilder>

The configurator for the minorticks setting.

MinorUnit(System.Double)

The interval between minor divisions.

Parameters

value - System.Double

The value for MinorUnit

Mirror(System.Boolean)

Mirrors the scale labels and ticks. If the labels are normally on the left side of the scale, mirroring the scale will render them to the right.

Parameters

value - System.Boolean

The value for Mirror

Ranges(System.Action)

The ranges of the scale.

Parameters

configurator - System.Action<LinearGaugeScaleSettingsRangeFactory>

The configurator for the ranges setting.

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

Reverse(System.Boolean)

Reverses the axis direction - values increase from right to left and from top to bottom.

Parameters

value - System.Boolean

The value for Reverse

Reverse()

Reverses the axis direction - values increase from right to left and from top to bottom.

Vertical(System.Boolean)

The position of the gauge.

Parameters

value - System.Boolean

The value for Vertical

In this article
Not finding the help you need?