Back to Devexpress

LinearScale.Logarithmic Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-9947425d.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(false)]
public bool Logarithmic { get; set; }
vb
<DefaultValue(False)>
Public Property Logarithmic As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace