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

AxisBaseModel.MinorCount Property

Gets or sets the value of the AxisBase.MinorCount within the model

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[PropertyForOptions(1, "General", -1)]
[LocalizableCategory(DesignerCategories.Misc)]
public int MinorCount { get; set; }

Property Value

Type Description
Int32

The number of the minor tickmarks and gridlines.

See Also