Hello,
I have a Gantt chart. And I want the axis to be automatic. This works fine.
The problem I have is that the source data for the Gantt chart starts at time=0, but the first Gantt does not appear until t=10. So the auto axis starts from 10. I get around this at the moment by adding a Gantt at t=0 which is zero length, but this is not ideal as when I show the marks, the zero Gantt shows up (with it's label).
Is there something like a AddNullGantt available? Something where I could insert one at t=0 just to get the axis to start from zero?
Thanks in advance,
Tony.
Gantt question.
Re: Gantt question.
Hello Tony,
I couldn't reproduce it here. Could you please send us a simple project, because we can reproduce your problem exactly here?
Thanks,
I couldn't reproduce it here. Could you please send us a simple project, because we can reproduce your problem exactly here?
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Gantt question.
It's not really a problem. The auto axes work fine.
But I want to add a null value so that the auto axes are extended. Is there a way to do that with a Gantt chart? I've tried using the AddNullXY but that didn't work.
But I want to add a null value so that the auto axes are extended. Is there a way to do that with a Gantt chart? I've tried using the AddNullXY but that didn't work.
Re: Gantt question.
Hello Tony,
I recommend you try to change properties Min and Max offset of Axes Chart, if you want that your axes are extended. You can find an example how do it in the Activex Demo Project concretely: All Features\Axes\Min and Max Offsets.
I hope will help.
Thanks,
I recommend you try to change properties Min and Max offset of Axes Chart, if you want that your axes are extended. You can find an example how do it in the Activex Demo Project concretely: All Features\Axes\Min and Max Offsets.
I hope will help.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |