Skip to main content

BootstrapChartCommonAxisSettings.LogarithmBase Property

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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