Search Results for

    Show / Hide Table of Contents

    Interface IPolyLineAnnotation

    Defines the interface to a polyline annotation

    Implements
    tradingAnnotations.ITradingAnnotation
    Namespace:
    Assembly: .dll
    Syntax
    public interface IPolyLineAnnotation extends tradingAnnotations.ITradingAnnotation

    Methods

    updateBasePoint(int index, double xCoord, double yCoord)

    Called to update the position of (index) point to a new position at (x) and (y) coordinate.

    Declaration
    public abstract void updateBasePoint(int index, double xCoord, double yCoord)
    Parameters
    Type Name Description
    int index

    The index of the point to update

    double xCoord

    The new x coordinate in pixels

    double yCoord

    The new y coordinate in pixels

    Implements

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