Interface ILogarithmicNumericAxis
Defines a base interface for all logarithmic axes used throughout the SciChart SDK
Implements
Namespace:
Assembly: .dll
Syntax
public interface ILogarithmicNumericAxis extends INumericAxis
Methods
getLogarithmicBase()
Gets a logarithmic base used by the logarithmic scale of LogarithmicNumericAxis.
Declaration
public abstract double getLogarithmicBase()
Returns
| Type | Description |
|---|---|
| double | The logarithmic base used by the logarithmic scale of LogarithmicNumericAxis. |
setLogarithmicBase(double logBase)
Sets a logarithmic base used by the logarithmic scale of LogarithmicNumericAxis.
Declaration
public abstract void setLogarithmicBase(double logBase)
Parameters
| Type | Name | Description |
|---|---|---|
| double | logBase | The logarithmic base used by the logarithmic scale of LogarithmicNumericAxis. |