Back to Devexpress

LogarithmicBase Enum

dashboard-devexpress-dot-dashboardcommon-f36f3471.md

latest1.2 KB
Original Source

LogarithmicBase Enum

Lists values used to specify a logarithmic base.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum LogarithmicBase
vb
Public Enum LogarithmicBase

Members

NameDescription
Base2

The logarithmic base is 2.

| | Base5 |

The logarithmic base is 5.

| | Base10 |

The logarithmic base is 10.

|

The following properties accept/return LogarithmicBase values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace