sets drawing's point coordinates in a chart measure format - time(X) price(Y)


SYNTAX


public void SetPoint (int pointIndex,TimePrice newPoint)


PARAMETERS


pointIndex — int

index of the point. Starts from 0.


newPoint — TimePrice

coordinates in a chart measure format


RETURN


void