Gantt question.

TeeChart for ActiveX, COM and ASP
Post Reply
TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

Gantt question.

Post by TonyVSUK » Mon Oct 18, 2010 12:55 pm

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Gantt question.

Post by Sandra » Mon Oct 18, 2010 3:56 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

Re: Gantt question.

Post by TonyVSUK » Mon Oct 18, 2010 4:15 pm

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Gantt question.

Post by Sandra » Tue Oct 19, 2010 9:43 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply