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

Linear Scale

A Scale is the main element of a Linear Gauge because it defines the axis along which other elements (for example, the level bar, background layer, and marker) are arranged.

A Linear Gauge can have one or more scales that display tickmarks and labels. It allows you to read measured data (for instance, a thermometer scale).

LinearGauge_Scale

A scale is an instance of the LinearScale class.

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

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