Search Results for

    Show / Hide Table of Contents

    Class AxisParams

    Defines constants for the current axis setup for this render pass

    Inheritance
    java.lang.Object
    AxisParams
    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 AxisParams

    Constructors

    AxisParams()

    Declaration
    public AxisParams()

    Fields

    flipCoordinates

    Flag indicating whether the associated axis has flipped coordianates

    Declaration
    public boolean flipCoordinates
    Field Value
    Type Description
    boolean

    isHorizontalAxis

    Flag indicating whether the associated axis is horizontal axis

    Declaration
    public boolean isHorizontalAxis
    Field Value
    Type Description
    boolean

    isXAxis

    Flag indicating whether the associated axis is XAxis

    Declaration
    public boolean isXAxis
    Field Value
    Type Description
    boolean

    offset

    The required offset in pixels for associated axis

    Declaration
    public int offset
    Field Value
    Type Description
    int

    viewportDimension

    The viewport dimension in pixels of associated axis

    Declaration
    public int viewportDimension
    Field Value
    Type Description
    int
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml