Back to Devexpress

MajorTickmarkOptions.ShowLast Property

wpf-devexpress-dot-xpf-dot-gauges-dot-majortickmarkoptions-9b4b2d5d.md

latest2.2 KB
Original Source

MajorTickmarkOptions.ShowLast Property

Gets or sets a value indicating whether the last major tickmark should be shown on a scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public bool ShowLast { get; set; }
vb
Public Property ShowLast As Boolean

Property Value

TypeDescription
Boolean

true to display the last major tickmark on a scale; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowLast
Scale

.MajorTickmarkOptions .ShowLast

|

Remarks

Use the MajorTickmarkOptions.ShowFirst and ShowLast properties to show or hide the first and last major tickmarks on a scale.

The table below illustrates the property behavior.

ShowLast = TrueShowLast = False

For more information on major tickmarks, refer to the tickmarks (Circular scale) and tickmarks (Linear scale) documents.

See Also

ShowFirst

MajorTickmarkOptions Class

MajorTickmarkOptions Members

DevExpress.Xpf.Gauges Namespace