Search Results for

    Show / Hide Table of Contents

    Enum AnnotationCoordinateMode

    Enumeration constants to define the Coordinate mode used to place an annotation

    Inherited Members
    Enum.<T>valueOf(Class<T>,String)
    Enum.clone()
    Enum.compareTo(E)
    Enum.describeConstable()
    Enum.equals(Object)
    Enum.finalize()
    Enum.getDeclaringClass()
    Enum.hashCode()
    Enum.name()
    Enum.ordinal()
    Enum.toString()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public enum AnnotationCoordinateMode extends Enum<AnnotationCoordinateMode>

    Fields

    Name Description
    Absolute

    Absolute, requires that coordinates X1,Y1,X2,Y2 are data-values

    Relative

    Relative, requires that coordinates X1,Y1,X2,Y2 are double values between 0.0 and 1.0

    RelativeX

    RelativeX, requires that coordinates X1,X2 are double values between 0.0 and 1.0, whereas Y1,Y2 are data-values

    RelativeY

    RelativeY, requires that coordinates Y1,Y2 are double values between 0.0 and 1.0, whereas X1,X2 are data-values

    Methods

    Name Description
    valueOf(String name)
    values()
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml