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

LinearScale.TickCount Property

Gets the total number of major and minor tick marks on the scale.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[Browsable(false)]
public int TickCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the total number of major and minor tick marks on the scale.

See Also