Interface IPolyLineAnnotation
Defines the interface to a polyline annotation
Implements
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 |