Skip to main content

BootstrapChartCommonAxisSettings.SetTicksAtUnitBeginning Property

OBSOLETE

This member is not used any longer

This functionality is deprecated as redundant.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
[DefaultValue(true)]
[Obsolete("This member is not used any longer")]
public bool SetTicksAtUnitBeginning { get; set; }

Property Value

Type Default
Boolean true

Property Paths

You can access this nested property as listed below:

Object Type Path to SetTicksAtUnitBeginning
BootstrapPolarChart
.SettingsCommonAxis .SetTicksAtUnitBeginning
See Also