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

LogarithmicBase Enum

Lists values used to specify a logarithmic base.

Namespace: DevExpress.DashboardCommon

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

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