The calendar object will not render in my C# compiled application. Only the left and right arrow buttons appear. The calendar appears fine in the Visual Studio .NET designer. The calendar also is not rendered in the TeeChart for .NET Examples application. All other charts seem to render in the example.
I am working with a collegue who created the form that uses the calendar. When I asked if he had any trouble, he mentioned that he had problems when he had tried a newer TeeChart version. He uninstalled the newer version and reinstalled the older version. He is using version 1.1.1675.27998, while I am using 1.1.1769.19457. Should I request the older version download from Steema?
Calendar Does not Render in Application
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi GaryD,
I've been able to reproduce what you report. It is easily solvable adding FillSampleValues method to populate the series:
I've been able to reproduce what you report. It is easily solvable adding FillSampleValues method to populate the series:
Code: Select all
this.calendarSeries1.FillSampleValues();
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |