ChartAxisY.Logarithmic Property
Gets or sets whether the axis should display its numerical values using a logarithmic scale.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if the logarithmic scale should be used; otherwise, false. |
Remarks
Use the ChartAxisY.LogarithmicBase property to specify a logarithmic base when the Logarithmic property is enabled.
See Also