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

ScaleLabelOptions Class

Serves as a base for classes that contain appearance and behavior options for scale labels.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v18.2.dll

Declaration

public abstract class ScaleLabelOptions :
    GaugeDependencyObject

Remarks

The options provided by a ScaleLabelOptions instance can be accessed via the ArcScale.LabelOptions and LinearScale.LabelOptions properties of ArcScale and LinearScale objects.

To learn more on scale labels, refer to the Labels (Circular Scale) and Labels (Linear Scale) documents.

See Also