LogarithmicBase Enum
Lists values used to specify a logarithmic base.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Base2
|
The logarithmic base is 2. |
Base5
|
The logarithmic base is 5. |
Base10
|
The logarithmic base is 10. |
Remarks
Values listed by this enumeration are used to set the ChartAxisY.LogarithmicBase property.
See Also