ScaleLabelOptions.ShowLast Property
Gets or sets a value indicating whether or not the last label should be shown on a scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display the last label on a scale; otherwise false. |
Remarks
Use the ScaleLabelOptions.ShowFirst and ShowLast properties to show or hide the first and last labels on a scale. This may be required, for example, when these labels are both displayed at the same position and the resulting gauge looks ugly. In this case, you can hide the last label by setting the ShowLast property to false.
For more information on labels, refer to labels (Circular scale) and labels (Linear scale) documents.