XRGauge.TickmarkCount Property
Specifies the number of tick marks displayed on a gauge scale
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(11)]
[SRCategory(ReportStringId.CatData)]
public int TickmarkCount { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 11 | An integer value that specifies the number of tick marks. |
See Also