Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 242 - [TV52016300] If you Clear a TCircularGauge series and then you export it, you get ...
Summary: [TV52016300] If you Clear a TCircularGauge series and then you export it, you...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Export (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 11:41 EDT by yeray alonso
Modified: 2013-11-20 10:34 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2013-11-20 10:34:10 EST
If you Clear a TCircularGauge series and then you export it, you get an AccessViolation.
uses TeeCircularGauge, TeeStore;
procedure TForm1.FormCreate(Sender: TObject);
begin
  Chart1.AddSeries(TCircularGauge).Clear;
  SaveChartToFile(Chart1, 'C:\tmp\Gauges.tee');
end;
http://www.teechart.net/support/viewtopic.php?f=1&t=13478 [created:2012-08-13T10:41:30.000+01:00 reported by:yeray@steema.com reported in version:2012.06.120613 (TeeChart VCL)]