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

LinearScale.Logarithmic Property

Gets or sets a value indicating whether the axis should display its numerical values using a logarithmic scale.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool Logarithmic { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the logarithmic scale should be used; otherwise, false.

Remarks

Set the Logarithmic property to true to enable the logarithmic display of axis values. In this case, you can define the logarithm base via the LinearScale.LogarithmicBase property.

See Also