Search Results for

    Show / Hide Table of Contents

    Class AxisDelta<T>

    Defines a AxisDelta, which provides Major and Minor deltas used by IDeltaCalculator

    Inheritance
    Object
    AxisDelta<T>
    Implements
    com.scichart.charting.numerics.deltaCalculators.IAxisDelta<T>
    Inherited Members
    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 AxisDelta<T> implements deltaCalculators.IAxisDelta<T>
    Type Parameters
    Name Description
    T

    Constructors

    AxisDelta(T minorDelta, T majorDelta)

    Creates a new instance of AxisDelta class

    Declaration
    public AxisDelta(T minorDelta, T majorDelta)
    Parameters
    Type Name Description
    T minorDelta

    The minor delta value

    T majorDelta

    The major delta value

    Methods

    equals(Object o)

    Declaration
    public boolean equals(Object o)
    Parameters
    Type Name Description
    Object o
    Returns
    Type Description
    boolean
    Overrides
    Object.equals(Object)

    getMajorDelta()

    Gets the major delta value

    Declaration
    public final T getMajorDelta()
    Returns
    Type Description
    T

    getMinorDelta()

    Gets the minor delta value

    Declaration
    public final T getMinorDelta()
    Returns
    Type Description
    T

    hashCode()

    Declaration
    public int hashCode()
    Returns
    Type Description
    int
    Overrides
    Object.hashCode()

    setMinorMajorDelta(T minorDelta, T majorDelta)

    Set the minor and major delta value

    Declaration
    public final void setMinorMajorDelta(T minorDelta, T majorDelta)
    Parameters
    Type Name Description
    T minorDelta
    T majorDelta

    toString()

    Declaration
    public String toString()
    Returns
    Type Description
    String
    Overrides
    Object.toString()

    Implements

    com.scichart.charting.numerics.deltaCalculators.IAxisDelta<T>
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml