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.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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