Skip to main content

AxisBaseModel.MinorCount Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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