Skip to main content

ScaleLabelOptions.ShowLast Property

Gets or sets a value indicating whether or not the last label should be shown on a scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "NotifyDependencyPropertyChanged")]
public bool ShowLast { get; set; }

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.

See Also