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 90

Summary: Gauges template export is broken
Product: .NET TeeChart Reporter: sandra pazos <sandra>
Component: ExportingAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: chris
Priority: ---    
Version: TeeChart.NET 2013 4.1.2013.11080   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Gauge Exception

Description sandra pazos 2013-11-11 07:18:50 EST
Created attachment 16 [details]
Gauge Exception

If you work with a type of Gauges and want to export it as a template, appears a Serialization exception that doesn't allow export any Gauges series as template.  
The problem is reproduced using next code: 

    Steema.TeeChart.Styles.GaugeSeriesPointer gauge;
    private void InitializeChart()
    {
      Steema.TeeChart.Styles.CircularGauge circulargauge = new CircularGauge(tChart1.Chart);
      tChart1.Export.Template.Save(@"C:\test.ten");
    }

I have attached image where is shown the exception.
Comment 1 sandra pazos 2013-11-11 07:46:08 EST
The version of TeeChartFor.net where the problem doesn't appear, is the build 2010_4.0.2010.13053
Comment 2 christopher ireland 2013-11-12 10:02:09 EST
Fixed.