IDrawingTool
Definition
Represents an interface that exposes information regarding a drawn chart object.
IDrawingTool Properties are standard properties that are shared by all drawing tools.
Each specific IDrawingTool will have its own uniquely named ChartAnchor representing where the object was drawn on the chart. The name and number of ChartAnchors will be specific to that drawing tool (e.g., StartAnchor, EndAnchor, etc.), however the fields available will be the same (e.g., BarsAgo, DrawnOnBar, etc.). Details on those shared fields are outlined in the ChartAnchor Properties section toward the bottom of this topic.
For implementing a custom Drawing Tool project, please see the DrawingTools section of this help guide.

