Skip to main content

ArcScale.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.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

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

Property Value

Type Description
Boolean

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 ArcScale.LogarithmicBase property.

See Also