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

LinearScale Class

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public class LinearScale :
    Scale

The following members return LinearScale objects:

Remarks

This scale is used with the LinearGauge. It is represented by an instance of the LinearScale class. It can be accessed as an item of the LinearScaleCollection object returned by the LinearGauge.Scales property.

A Linear Scale consists of tickmarks, labels, custom labels, ranges and layers. It also uses the following value indicators: level bar, markers and range bars.

Example: How to: Use LinearScale

See Also