Search found 2 matches

by gm770
Thu Mar 03, 2005 9:12 pm
Forum: VCL
Topic: accessing hidden internal series data
Replies: 2
Views: 4281

Thanks Narcis, this solves my problem. Doing addional reasearch, I was suprised to find out that these internal series each have a NULL where it's name would be, and that you can't get to them from thier parents' LinkedSeries property, which is also NULL. I don't think there is any other way to get ...
by gm770
Wed Mar 02, 2005 4:55 pm
Forum: VCL
Topic: accessing hidden internal series data
Replies: 2
Views: 4281

accessing hidden internal series data

There are a few chart series which contiain multiple series. For example MACD function has 3, and Boilinger Bands functions has 2. with TChartGrid object, set to a particular chart, you can see this data, using names you can't re-assign. How can I access this data? I need to read this data. Here is ...