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

ChartAxisY.LogarithmicBase Property

Gets or sets a value specifying a logarithmic base when the ChartAxisY.Logarithmic property is enabled.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(LogarithmicBase.Base10)]
public LogarithmicBase LogarithmicBase { get; set; }

Property Value

Type Default Description
LogarithmicBase **Base10**

A LogarithmicBase enumeration value which specifies the logarithmic base.

See Also