Search Results for

    Show / Hide Table of Contents

    Class AnnotationCoordinates

    Used internally by the Annotation API. Class to hold transformed coordinates for placement of an annotation on the chart.

    Inheritance
    Object
    AnnotationCoordinates
    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 AnnotationCoordinates implements ICleanable

    Constructors

    AnnotationCoordinates()

    Declaration
    public AnnotationCoordinates()

    Fields

    annotationsSurfaceBounds

    Rect with bounds for parent IAnnotationSurface

    Declaration
    public final Rect annotationsSurfaceBounds
    Field Value
    Type Description
    android.graphics.Rect

    offset

    Offsets provided by com.scichart.charting.numerics.coordinateCalculators.ICoordinateCalculator for XAxis and YAxis

    Declaration
    public final Point offset
    Field Value
    Type Description
    android.graphics.Point

    pt1

    Coordinates for X1, Y1 values

    Declaration
    public final PointF pt1
    Field Value
    Type Description
    android.graphics.PointF

    pt2

    Coordinates for X2, Y2 values

    Declaration
    public final PointF pt2
    Field Value
    Type Description
    android.graphics.PointF

    Methods

    clear()

    Declaration
    public void clear()

    equals(Object o)

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

    hashCode()

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

    toString()

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

    Implements

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