Back to Devexpress

LinearScale.TickCount Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-f53351d7.md

latest1.4 KB
Original Source

LinearScale.TickCount Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public int TickCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property TickCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

MajorTickCount

MinorTickCount

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace