![]() | 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: | VS designer generates code for Gantt series which causes compile errors | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | christian.naglhofer |
| Component: | Design-Time | Assignee: | 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 | ||
Created attachment 88 [details]
Screenshot of comiple error
|
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")));