Login Page - Create Account

Support Board


Date/Time: Mon, 07 Jul 2025 06:18:48 +0000



Post From: Synchronous ASCIL method to draw on a chart on demand?

[2014-11-07 11:22:59]
maxima120 - Posts: 151
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];