Skip to main content

BootstrapChartCommonAxisSettings.MinorTickCount Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapPolarChart
.SettingsCommonAxis .MinorTickCount
See Also