Gantt chart minimum and maximum in Pocket.dll

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Glynn
Newbie
Newbie
Posts: 14
Joined: Tue Apr 08, 2003 4:00 am

Gantt chart minimum and maximum in Pocket.dll

Post by Glynn » Mon Dec 19, 2005 3:27 pm

Hi,

I'm trying to set the start date and end date for a gantt in Pocket. I've looked at what the designer does in a Windows forms app (full framework) and noticed that it sets the bottomaxis minimum and maximum properties and these values appear to be doubles.

My start and end dates are of type 'Date' and although the documentation tells me that the properties will accept type 'Date' the compact framework doesn't support late binding so how can I set these?

Thanks..

Glynn
Newbie
Newbie
Posts: 14
Joined: Tue Apr 08, 2003 4:00 am

Post by Glynn » Mon Dec 19, 2005 3:42 pm

Resolved it, found the SetMinMax method that accepts Date's

Post Reply