Back to Devexpress

LinearScale.CustomLogarithmicBase Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-11ead7f9.md

latest1.6 KB
Original Source

LinearScale.CustomLogarithmicBase Property

Gets or sets a value specifying a logarithmic base when the ArcScale.Logarithmic property is set to true and ArcScale.LogarithmicBase is set to LogarithmicBase.Custom.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(2F)]
public float CustomLogarithmicBase { get; set; }
vb
<DefaultValue(2F)>
Public Property CustomLogarithmicBase As Single

Property Value

TypeDefaultDescription
Single2

A Single value which specifies the logarithmic base.

|

See Also

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace