LogarithmicBase Enum
Lists the values that specify the base for a logarithmic scale.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Members
Name | Description |
---|---|
Binary
|
The base is equal to 2. |
Decimal
|
The base is equal to 10. |
Exponential
|
The base is equal to [e](https://en.wikipedia.org/wiki/E(mathematical_constant))_ (approximately, 2.7182). |
Custom
|
The base is specified by the ArcScale.CustomLogarithmicBase (or LinearScale.CustomLogarithmicBase) property. |
Related API Members
The following properties accept/return LogarithmicBase values:
Remarks
The values listed by the LogarithmicBase enumeration are used to set the ArcScale.LogarithmicBase or LinearScale.LogarithmicBase properties.