Back to Devexpress

ArcScale.Logarithmic Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-cc2354b3.md

latest1.5 KB
Original Source

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

See Also

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace