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 577

Summary: VS designer generates code for Gantt series which causes compile errors
Product: .NET TeeChart Reporter: christian.naglhofer
Component: Design-TimeAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: critical CC: chris, sandra
Priority: ---    
Version: TeeChart.NET 2014 4.1.2014.02060   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Screenshot of comiple error

Description christian.naglhofer 2014-02-17 06:35:29 EST
The code for Gantt series generated by VS designer is buggy.
Code can't be compiled!
The compile error is caused by setting a read only property of Gantt series:

this.gantt1.MultipleNextTasks = ((System.Collections.Generic.List<System.Collections.Generic.List<int>>)(resources.GetObject("gantt1.MultipleNextTasks")));
Comment 1 christian.naglhofer 2014-02-17 06:36:13 EST
Created attachment 88 [details]
Screenshot of comiple error