Page 1 of 1

Gantt chart minimum and maximum in Pocket.dll

Posted: Mon Dec 19, 2005 3:27 pm
by 8119889
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..

Posted: Mon Dec 19, 2005 3:42 pm
by 8119889
Resolved it, found the SetMinMax method that accepts Date's