Page 1 of 1

Gantt question.

Posted: Mon Oct 18, 2010 12:55 pm
by 9530487
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.

Re: Gantt question.

Posted: Mon Oct 18, 2010 3:56 pm
by 10050769
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,

Re: Gantt question.

Posted: Mon Oct 18, 2010 4:15 pm
by 9530487
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.

Re: Gantt question.

Posted: Tue Oct 19, 2010 9:43 am
by 10050769
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,