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

IMinorTickmark.ShowLast Property

Gets or sets whether the last tickmark is visible.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

bool ShowLast { get; set; }

Property Value

Type Description
Boolean

A Boolean value that specifies whether the last tickmark is visible.

See Also