Skip to main content
A newer version of this page is available. .

Arc Scale

An Arc Scale is the main circular gauge element on which all other elements (for example, range bars, needles, ranges) are placed.

A scale shows a range of values with tickmarks and scale labels. The arc scale’s object is an instance of the ArcScale class.

A circular gauge can contain multiple scales. The image below shows a gauge with two scales.

CircularGaugeVisualElements_Scale

The following table lists the main properties that affect element behavior and appearance.

Characteristics Members
Basic ArcScale.MinValue,ArcScale.MaxValue,ArcScale.Value,ArcScale.Percent
Layout ArcScale.Center,ArcScale.RadiusX,ArcScale.RadiusY,ArcScale.ScaleLength,ArcScale.AutoRescaling,ArcScale.RescalingBestValues,ArcScale.RescalingThresholdMax,ArcScale.RescalingThresholdMin
Elements ArcScale.Labels,ArcScale.Ranges,ArcScale.MajorTickmark,ArcScale.MinorTickmark
Behaviour ArcScale.TickCount,ArcScale.MajorTickCount,ArcScale.MinorTickCount,ArcScale.NeedleVector
Appearance ArcScale.Appearance