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

ChartAxisY.Logarithmic Property

Gets or sets whether the axis should display its numerical values using a logarithmic scale.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[DefaultValue(false)]
public bool Logarithmic { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the logarithmic scale should be used; otherwise, false.

Remarks

Use the ChartAxisY.LogarithmicBase property to specify a logarithmic base when the Logarithmic property is enabled.

See Also