Page 1 of 1

left aligning columns in bar graph

Posted: Sun Mar 07, 2004 3:14 pm
by 8123955
I have a bar graph with the maximum number of points per page set to 15.

When I have, say, only 6 bars, I want the bars to show in column slots 1 to 6, leaving slots 7 to 15 blank (visually left aligning). Instead, the graph takes the 6 bars and spreads them out evenly over the graph.

This use to left align for me in version 5 for Delphi, so what is the trick now in .Net version?

Wayne

Posted: Mon Mar 08, 2004 4:45 am
by 8123955
Okay, solved this one myself. I thought I had changed the MaxPointsPerPage, but apparently I had not. Sorry about that.

Wayne