Search Results for

    Show / Hide Table of Contents

    Class LogarithmicDeltaCalculator

    Defines a default Delta Calculator for logarithmic numeric axis

    Inheritance
    java.lang.Object
    deltaCalculators.NumericDeltaCalculatorBase
    LogarithmicDeltaCalculator
    Inherited Members
    deltaCalculators.NumericDeltaCalculatorBase.calculateDeltaInternal(double,double,int,int)
    deltaCalculators.NumericDeltaCalculatorBase.getDeltaFromRange(Comparable<?>,Comparable<?>,int,int)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    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
    NumericDeltaCalculatorBase.calculateDeltaInternal(double min, double max, int minorsPerMajor, int maxTicks)

    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.

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml