Jump to content
Software FX Community

Gantt Chart Features


User (Legacy)

Recommended Posts

I'm working on setting up a Gantt Chart through the software.  I've followed

the example in the Programmer's Guide and have gotten most of the stuff to

work.

A few questions:

1) In my application, the date is across the bottom, task or project names

down the left side. On long names the application is chopping off the

labels. Is there a way to wrap the labels?

2) If I draw a gantt chart with 6 projects, the bars come back too high. Is

there a way to force the size of the bars?

Thanks,

Link to comment
Share on other sites

1) You may want to try removing the AS_SINGLELINE flag from the Y Axis Style

property.

2) In a gantt chart the height of the bars is calculated using the height of

the chart and the number of bars to be shown. In a big chart with few bars

they (the bars) will be tall unless you fake empty space in the topgap and

bottomgap properties.

--

Regards,

JC

Software FX Support

"Frank Kopankiewitz" <frank@isedge.com> wrote in message

news:th9N8Wo6CHA.2116@webserver1.softwarefx.com...

> I'm working on setting up a Gantt Chart through the software. I've

followed

> the example in the Programmer's Guide and have gotten most of the stuff to

> work.

>

> A few questions:

>

> 1) In my application, the date is across the bottom, task or project names

> down the left side. On long names the application is chopping off the

> labels. Is there a way to wrap the labels?

>

> 2) If I draw a gantt chart with 6 projects, the bars come back too high.

Is

> there a way to force the size of the bars?

>

> Thanks,

>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...