LogarithmicBase Enum
Lists the values that specify the base for a logarithmic scale.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.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. |
Custom
|
The base is specified by the Arc |
#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.