A couple of Graph questions

N

NevilleT

I am developing a horizontal stacked bar graph. Sort of Gantt chart type
view. The bottom axis is a date axis and the vertical are jobs. My issues
are:
- Can I add a second data series as a line graph (running top to bottom)? I
want to add in a line graph of dates. How do I do this?

- I have an option on the form to switch data sources and adjust the size of
the graph for the different number of records. When I reopen the form, the
graph will not resize to the default size. The chart stays at the last
height although the object frame is the correct size for the default. I have
tried repaint and requery but nothing works.

Even tried to change the chart.chartarea.height. I can make it bigger or
smaller but cannot work out the units. It is not twips. The height of a 27
bar chart is 623 but I have no idea what 623 is so I don't know how to
calculate it. The chart takes up about half the screen vertically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top