Calendar Does not Render in Application

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
GaryD
Newbie
Newbie
Posts: 1
Joined: Thu Dec 09, 2004 5:00 am

Calendar Does not Render in Application

Post by GaryD » Mon Jun 27, 2005 8:06 pm

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jun 28, 2005 10:47 am

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();
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply