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 - Gauges template export is broken
Summary: Gauges template export is broken
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Exporting (show other bugs)
Version: TeeChart.NET 2013 4.1.2013.11080
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-11 07:18 EST by sandra pazos
Modified: 2013-11-12 10:02 EST (History)
1 user (show)

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


Attachments
Gauge Exception (124.98 KB, image/jpeg)
2013-11-11 07:18 EST, sandra pazos
Details

Note You need to log in before you can comment on or make changes to this bug.
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.