accessing hidden internal series data
Posted: Wed Mar 02, 2005 4:55 pm
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 how you can see what I'm talking about:
1) add a TChart, and add a MACD function using a Candle Series you have somewhere else.
2) add a TChartGrid, and assign the Chart property to the chart added in #1.
Now in the TChartGrid, you can clearly see 3 series, the 1st one you can change the name, and access it directly, the next 2 is what I'm trying to access. Does anyone know how to access these 2 hidden internal series?
Here is how you can see what I'm talking about:
1) add a TChart, and add a MACD function using a Candle Series you have somewhere else.
2) add a TChartGrid, and assign the Chart property to the chart added in #1.
Now in the TChartGrid, you can clearly see 3 series, the 1st one you can change the name, and access it directly, the next 2 is what I'm trying to access. Does anyone know how to access these 2 hidden internal series?