![]() | Steema Issues DatabaseNote: 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. |
| Summary: | Gauges template export is broken | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | sandra pazos <sandra> |
| Component: | Exporting | Assignee: | 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 | ||
The version of TeeChartFor.net where the problem doesn't appear, is the build 2010_4.0.2010.13053 Fixed. |
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.