Back to Devexpress

LogarithmicBase Enum

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-fe405ece.md

latest1.9 KB
Original Source

LogarithmicBase Enum

Lists the values that specify the base for a logarithmic scale.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public enum LogarithmicBase
vb
Public Enum LogarithmicBase

Members

NameDescription
Binary

The base is equal to 2.

| | Decimal |

The base is equal to 10.

| | Exponential |

The base is equal to _e_ (approximately, 2.7182 ).

| | Custom |

The base is specified by the ArcScale.CustomLogarithmicBase (or LinearScale.CustomLogarithmicBase) property.

|

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.

See Also

DevExpress.XtraGauges.Core.Model Namespace