DrawingTool
<< Click to Display Table of Contents >> DrawingTool |
The DrawingTool object which owns a chart anchor.
A IDrawingTool object representing the owner of the chart anchor
protected override void OnStateChange() { Name = "SampleDrawingTool"; MyAnchor = new ChartAnchor(); MyAnchor.DrawingTool = this; //NinjaTrader.NinjaScript.DrawingTools.SampleDrawingTool } else if (State == State.Configure) {
} |