Page 1 of 1

Calendar Does not Render in Application

Posted: Mon Jun 27, 2005 8:06 pm
by 8128222
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?

Posted: Tue Jun 28, 2005 10:47 am
by narcis
Hi GaryD,

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();