Minor bug in v2010

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Chula
Newbie
Newbie
Posts: 23
Joined: Wed Apr 14, 2010 12:00 am

Minor bug in v2010

Post by Chula » Wed Sep 01, 2010 2:36 am

Just to report a minor bug on v2010 which maybe no one care about.

When drop a new TChart on a Form, TChart will generate random data whenever you add a new series. When you execute the applications, the newly created TChart show empty chart but correct legend.

To work around this, bring up Editor and choose Data, type something in the Text column (can delete it afterwards) and then click Close button. It work properly now.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Minor bug in v2010

Post by Yeray » Wed Sep 01, 2010 4:56 pm

Hi Chula,

Easier:

1. Drop a Chart.
2. Open the editor.
3. Add a Series.
4. Go to the tab "Series/DataSource"
5. Choose "Manual" in the combobox to fix the random values.
editor.png
editor.png (13.21 KiB) Viewed 2384 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply