How to display last point.
Posted: Tue Aug 05, 2008 2:37 pm
I am a candle chart and I am loading 1000 candles in to it. I set the MaxPointsPerPage to 50. When the chart is displayed the first time I want to show the user a full 50 candles with the last candle visible. In other words, I want to go to the end of of candles which is the most current date.
What is the best way of doing this? I tried using Scroll but I have to jump through some hoops to get there and it always sets the tChart1.Axes.Bottom.Automatic property to false. which may be normal behavior.
Thanks,
Kevin
What is the best way of doing this? I tried using Scroll but I have to jump through some hoops to get there and it always sets the tChart1.Axes.Bottom.Automatic property to false. which may be normal behavior.
Thanks,
Kevin