AddPastedOffset()
AddPastedOffset()
Definition
A virtual method which is called every time a DrawingTool is copied and pasted to a chart. The default behavior will offset the chart anchors price value down by 1, percent. However, this behavior can be overridden for your custom drawing tool if desired.
Method Return Value
This method does not return a value
Syntax
You must override this method using the following syntax:
public override void AddPastedOffset(ChartPanel panel, ChartScale chartScale)

