ChartAxisY.LogarithmicBase Property
In This Article
Gets or sets a value specifying a logarithmic base when the ChartAxisY.Logarithmic property is enabled.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(LogarithmicBase.Base10)]
public LogarithmicBase LogarithmicBase { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Logarithmic |
Base10 | A Logarithmic |
Available values:
Name | Description |
---|---|
Base2 | The logarithmic base is 2. |
Base5 | The logarithmic base is 5. |
Base10 | The logarithmic base is 10. |
See Also