Back to Devexpress

AxisBase.MinorCount Property

wpf-devexpress-dot-xpf-dot-charts-dot-axisbase-c533bc6d.md

latest1.2 KB
Original Source

AxisBase.MinorCount Property

Gets or sets the number of minor tickmarks and grid lines.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public int MinorCount { get; set; }
vb
Public Property MinorCount As Integer

Property Value

TypeDescription
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

AxisBase Class

AxisBase Members

DevExpress.Xpf.Charts Namespace