10553 : Is there a way to change the date scaler to show numbers from 0 to infinity with zooming functionality like you have except broken up by powers of 10?

Question

I would like to use your Gantt control in one of our projects, but our clock doesnt have units.  We have a discrete simulation product.  One of our object types is called a scenario event.  It has a start and stop time so it makes sense to have them edit via a gantt chart.  Is there a way to change the date scaler to show numbers from 0 to infinity with zooming functionality like you have except broken up by powers of 10?

Answer

You can implement the OnDateScalerPaintForeground event and use the time base from Start to Stop to create your own scale presentation. This is the standing recomendation for clients that need something we never thought of in the first place, and it should give you complete freedom of that design; on the other hand it gives you complete freedom to do the work as well 🙂

 

Leave a Reply