Hi,
The Gantt objects are drawn one over the other from the bottom of my chart to the top, but i might happen that i have more Gantt objects to display then the current available display area can handle, and so some are simply invisible without dragging the chart.
is it possible to use a TChartPageNavigator in coordination with a Gantt chart in order to display multiple pages according to the X-Axis and not the bottom one?
Best regards
Laurent
Gantt chart and paging
Re: Gantt chart and paging
Hello Laurent,
I hope will helps.
Thanks,
I understand you want achieve use ChartPageNavigator to Y-axis. For this reason, I inform you that isn't possible uses TChartPageNavigator for vertical axis unless you are working with a vertical series, for example, horizontal line. My recommendation in your case, is use buttons and method SetMinMax to recalculate the axis scale, as do in Demo project All features\Chart styles\Gantt\Mouse dragging and you get the same result as ChartPageNavigator.is it possible to use a TChartPageNavigator in coordination with a Gantt chart in order to display multiple pages according to the X-Axis and not the bottom one?
I hope will helps.
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 chart and paging
Hi Sandra,
tnx for your answer, I look at the demo like you told me, you can increment or decrement the axis, but then the Gantt objects are increasing or decreasing adequately. Referring to the same example you gave me, imagine instead of 4 Gantt objects i have 30, so after the D, there is E, F, G, etc ...
Each one is on his own line (not like the C where you have twice David), i think the E will still be visible, but the other ones will be out of display!
Also i do not wish to modify the size of each Gantt object, and i'm afraid that the more i increase the range of the Left axis, the Gantt objects will be closer and smaller until it will not be possible to distinguish between them.
In fact i need a way to display all my Gantt objects ten by ten (for example) with the possibility to jump forward and backward (vertically). May be forcing a scrolling by a fixed increment?
Also, another point interesting, also visible on the same demo page you suggested:
if you drag the whole chart to the bottom, they disappear from the display area after they pass the bottom axis, but surprisingly, the labels are not!
How can i force the labels (marks) to disappear?
I join a snapshot for this point (please look inside the ellipse at the bottom).
Merci
Laurent
tnx for your answer, I look at the demo like you told me, you can increment or decrement the axis, but then the Gantt objects are increasing or decreasing adequately. Referring to the same example you gave me, imagine instead of 4 Gantt objects i have 30, so after the D, there is E, F, G, etc ...
Each one is on his own line (not like the C where you have twice David), i think the E will still be visible, but the other ones will be out of display!
Also i do not wish to modify the size of each Gantt object, and i'm afraid that the more i increase the range of the Left axis, the Gantt objects will be closer and smaller until it will not be possible to distinguish between them.
In fact i need a way to display all my Gantt objects ten by ten (for example) with the possibility to jump forward and backward (vertically). May be forcing a scrolling by a fixed increment?
Also, another point interesting, also visible on the same demo page you suggested:
if you drag the whole chart to the bottom, they disappear from the display area after they pass the bottom axis, but surprisingly, the labels are not!
How can i force the labels (marks) to disappear?
I join a snapshot for this point (please look inside the ellipse at the bottom).
Merci
Laurent
- Attachments
-
- Connected to the second point
- Gantt_lables.JPG (117.38 KiB) Viewed 6483 times
Re: Gantt chart and paging
Hi Sandra,
please forget the first story, i found the solution using a TScrollBar (found it in the forum).
But for the second part, it will be nice to know if there is a solution.
Best regards
Laurent
please forget the first story, i found the solution using a TScrollBar (found it in the forum).
But for the second part, it will be nice to know if there is a solution.
Best regards
Laurent
Re: Gantt chart and paging
Hi Laurent,
If you are using GDIPlus you may also have to hide the marks shadow, setting Marks.Shadow.Visible to false.
Try setting Marks.Clip to true.AB Prod wrote:Also, another point interesting, also visible on the same demo page you suggested:
if you drag the whole chart to the bottom, they disappear from the display area after they pass the bottom axis, but surprisingly, the labels are not!
How can i force the labels (marks) to disappear?
I join a snapshot for this point (please look inside the ellipse at the bottom).
If you are using GDIPlus you may also have to hide the marks shadow, setting Marks.Shadow.Visible to false.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Gantt chart and paging
Hi Yeray,
wonderful no more marks under the line axis!
Great, tnx a lot
Laurent
wonderful no more marks under the line axis!
Great, tnx a lot
Laurent