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

Telerik.Web.UI.Gauge.ArcScale

Represents the scale of a Arc Gauge.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.Gauge.ScaleBase
  • Telerik.Web.UI.Gauge.ArcScale

Properties

EndAngle Int32

Gets or sets the end angle of the ArcGauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system).

Labels ScaleLabels

Defines the settings of the Scale's Labels.

Labels ScaleLabels

Defines the settings of the Scale's Labels.

MajorTicks Ticks

Defines the settings of the Scale's Major ticks.

MajorTicks Ticks

Defines the settings of the Scale's Major ticks.

MajorUnit Nullable1`

Gets or sets the interval between the major divisions.

Max Decimal

Gets or sets the maximum value of the scale.

Min Decimal

Gets or sets the minimum value of the scale.

MinorTicks Ticks

Defines the settings of the Scale's Minor ticks.

MinorTicks Ticks

Defines the settings of the Scale's Minor ticks.

MinorUnit Decimal

Gets or sets the interval between the minor divisions.

RangeDistance Nullable1`

Gets or sets the distance from the range indicators to the ticks. of the ArcGauge.

RangeLineCap LineCap

Gets or sets the LineCap style of the range.

RangePlaceholderColor Color

Gets or sets the placeholder color of the arc range.

Ranges GaugeRangeCollection

Defines a collection of gauge ranges.

RangeSize Nullable1`

Gets or sets the width of the range indicators of the ArcGauge. If the value is null, it will default to size equal to half of the MinorTick size.

Reverse Boolean

Gets or sets a bool value indicating whether the direction of the scale values will be reversed.

        RadialGauge: Values increase counter-clockwise.
        LinearGauge: Values increase from right to left (if the LinearGauge is horizontal),
        and from top to bottom (if the LinearGauge is vertical).

StartAngle Int32

Gets or sets the start angle of the ArcGauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system).

In this article