Class LogarithmicDeltaCalculator
Defines a default Delta Calculator for logarithmic numeric axis
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class LogarithmicDeltaCalculator extends deltaCalculators.NumericDeltaCalculatorBase
Constructors
LogarithmicDeltaCalculator()
Declaration
public LogarithmicDeltaCalculator()
Methods
calculateDeltaInternal(double min, double max, int minorsPerMajor, int maxTicks)
Calculates axis delta for specified arguments passed in
Declaration
protected deltaCalculators.IAxisDelta<Double> calculateDeltaInternal(double min, double max, int minorsPerMajor, int maxTicks)
Parameters
| Type | Name | Description |
|---|---|---|
| double | min | |
| double | max | |
| int | minorsPerMajor | |
| int | maxTicks |
Returns
| Type | Description |
|---|---|
| IAxisDelta<Double> |
Overrides
getLogarithmicBase()
Gets the logarithmic base this delta calculator
Declaration
public final double getLogarithmicBase()
Returns
| Type | Description |
|---|---|
| double | The current logarithmic base |
setLogarithmicBase(double logarithmicBase)
Sets the logarithmic base this delta calculator
Declaration
public final void setLogarithmicBase(double logarithmicBase)
Parameters
| Type | Name | Description |
|---|---|---|
| double | logarithmicBase | Logarithmic base value to be set. |