Skip to main content

ArcScale.TickCount Property

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

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

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