Skip to main content

LogarithmicBase Enum

Lists values used to specify a logarithmic base.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum LogarithmicBase

#Members

Name Description
Base2

The logarithmic base is 2.

Base5

The logarithmic base is 5.

Base10

The logarithmic base is 10.

#Related API Members

The following properties accept/return LogarithmicBase values:

#Remarks

Values listed by this enumeration are used to set the ChartAxisY.LogarithmicBase property.

See Also