Skip to main content
A newer version of this page is available. .

LogarithmicBase Enum

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

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public enum LogarithmicBase

Members

Name Description
Binary

The base is equal to 2.

Decimal

The base is equal to 10.

Exponential

The base is equal to [e](http://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.

See Also