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

AxisBase.MinorCount Property

Gets or sets the number of minor tickmarks and gridlines.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(3, Handler = "UpdateAxis")]
public int MinorCount { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the number of minor tickmarks between two major tickmarks. The same value specifies the number of grid lines.

See Also