High-Low Series, Trasparency, add three arrays of data
Posted: Tue Sep 23, 2014 2:48 pm
Hi,
I have three arrays of data to show on the chart.
on x-axis : XArray[10000] with the date-time information
on y-axis : YHighArray[10000] and YLowArray[10000] data information with respect to the date-time in XArray[10000].
Could you please tell me how to add the above three arrays data to THighLowSeries, which is added during the run time ?
How to make Lines (between the High Pen and Low Pen) invisible programmatically ?
I tried to use the transparency option, but it is only working for the Series style lines between the high and low pen, not for the high-low pen colour(i.e it is only working for the brush not for the pen colour). I have to make whole series transparency (including pen colour). Could you please tell me, how to make this programmatically ?
thanks in advance,
I have three arrays of data to show on the chart.
on x-axis : XArray[10000] with the date-time information
on y-axis : YHighArray[10000] and YLowArray[10000] data information with respect to the date-time in XArray[10000].
Could you please tell me how to add the above three arrays data to THighLowSeries, which is added during the run time ?
How to make Lines (between the High Pen and Low Pen) invisible programmatically ?
I tried to use the transparency option, but it is only working for the Series style lines between the high and low pen, not for the high-low pen colour(i.e it is only working for the brush not for the pen colour). I have to make whole series transparency (including pen colour). Could you please tell me, how to make this programmatically ?
thanks in advance,