TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Phineas
- Newbie

- Posts: 18
- Joined: Wed Apr 09, 2008 12:00 am
Post
by Phineas » Wed Aug 13, 2008 2:51 am
I set up a simple chart as per the Scrollbar demo (TChart Pro
All works well with series1 as TLineSeries or FastLineSeries.
BUT as soon as I make Series1 a TCandleSeries, my chart data never visibily makes it to the chart. The data is still there and the axes rescale appropriately, but where is my candle plot?
Thanx
-
Yeray
- Site Admin

- Posts: 9645
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Wed Aug 13, 2008 8:25 am
Hi Phineas,
Yes you are right. The TChartScrollBar component was designed for specific usages and doesn't work properly on some of the others. We'll improve its performance in future versions but in the meanwhile we recommend to use the standard TScrollBar component.
Excuse us for the inconvenience.