Support Board
Date/Time: Fri, 12 Sep 2025 04:51:02 +0000
Post From: Synchronous ASCIL method to draw on a chart on demand?
[2014-11-07 11:22:59] |
maxima120 - Posts: 153 |
ok lets say I use the tool drawing for this and I set the ChartNumber to the chart #2. How do I get access to the chart #2 context (SCStudyGraphRef) ? I need the chart #2 the last index and the last price. eg. Tool.BeginIndex = sc2.Index; Tool.BeginValue = sc2.Subgraph[4]; |