|
ShiftPoint
Shifts a specified anchor point of the graphical object.
bool ShiftPoint(
|
Parameters
point
[in] Number of a graphical object anchor point.
d_time
[in] Increment of the time coordinate of the specified point.
d_price
[in] Increment of the price coordinate of the specified point.
Return Value
true - success, false - cannot shift the point.
Example:
//--- example for CChartObject::ShiftPoint
|