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

XRGauge.TickmarkCount Property

Specifies the number of tick marks displayed on a gauge scale

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatData)]
[DefaultValue(11)]
public int TickmarkCount { get; set; }

Property Value

Type Default Description
Int32 11

An integer value that specifies the number of tick marks.

See Also