ScaleLabelOptions Class
Serves as a base for classes that contain appearance and behavior options for scale labels.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also