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.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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