Login Page - Create Account

Support Board


Date/Time: Fri, 27 Dec 2024 17:39:42 +0000



Post From: Using Data From Other Charts

[2016-03-24 08:56:22]
User786661 - Posts: 5
I am trying to access the first subgraph Bar Numbering on the 2nd chart in the chart book.
SCFloatArray Bars;
sc.GetStudyArrayFromChart(2, 1, 0, Bars);
However the array Bars ends up empty instead of having the bar count so I'm wondering what I am doing wrong?

Thanks