Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[DefaultValue(false)]
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