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

Summary: [TV52016300] If you Clear a TCircularGauge series and then you export it, you get ...
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: ExportAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

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)]