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

BootstrapChartCommonAxisSettings.LogarithmBase Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(10)]
[Range(2, 2147483647)]
public int LogarithmBase { get; set; }

Property Value

Type Default
Int32 10

Property Paths

You can access this nested property as listed below:

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