Skip to main content

IMinorTickmark.ShowLast Property

Gets or sets whether the last tickmark is visible.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.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