Skip to main content

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[DefaultValue(2F)]
public float CustomLogarithmicBase { get; set; }

Property Value

Type Default Description
Single 2

A Single value which specifies the logarithmic base.

See Also