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

BootstrapChartCommonAxisSettings.MinorTickCount Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(0)]
public int MinorTickCount { get; set; }

Property Value

Type Default
Int32 0

Property Paths

You can access this nested property as listed below:

Object Type Path to MinorTickCount
BootstrapChart
.SettingsCommonAxis.MinorTickCount
BootstrapPolarChart
.SettingsCommonAxis.MinorTickCount
See Also