Search Results for

    Show / Hide Table of Contents

    Class TickCoordinates

    A class which contains tick coordinates. Used internally when drawing tick marks and grid lines.

    Inheritance
    java.lang.Object
    TickCoordinates
    Implements
    ICleanable
    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 final class TickCoordinates implements ICleanable

    Constructors

    TickCoordinates()

    Creates a new instance of TickCoordinates class

    Declaration
    public TickCoordinates()

    Methods

    clear()

    Declaration
    public void clear()

    getMajorTickCoordinates()

    Gets the major tick coordinates

    Declaration
    public FloatValues getMajorTickCoordinates()
    Returns
    Type Description
    FloatValues

    The major tick coordinates

    getMinorTickCoordinates()

    Gets the minor tick coordinates

    Declaration
    public FloatValues getMinorTickCoordinates()
    Returns
    Type Description
    FloatValues

    The minor tick coordinates

    isEmpty(tickCoordinatesProviders.TickCoordinates coordinates)

    Checks whether the TickCoordinates instance is empty

    Declaration
    public static boolean isEmpty(tickCoordinatesProviders.TickCoordinates coordinates)
    Parameters
    Type Name Description
    coordinates

    The TickCoordinates instance to check

    Returns
    Type Description
    boolean

    True if TickCoordinates instance is empty

    Implements

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