Multiple Series with Same Axis Span on Chart?
Posted: Wed Sep 22, 2004 4:21 pm
Hello,
I have a chart with multiple series and custom axes. Everytime a series/axis is added the start and end labels for the custom vertical axes each start at a different place so they do not overlap:
axis1.StartPosition = 1
axis1.EndPosition = 100
axis2.StartPosition = 6
axis2.EndPosition = 94
axis3.StartPosition = 11
axis3.EndPosition = 89
etc...
This works great, but everytime an axis gets added the space each consecutive series takes up gets smaller and smaller. Is there any way to have the labels of the axes not overlap, but each series take up the same space on the chart (as if each start and end were 1 and 100)? Thanks.
Grant
I have a chart with multiple series and custom axes. Everytime a series/axis is added the start and end labels for the custom vertical axes each start at a different place so they do not overlap:
axis1.StartPosition = 1
axis1.EndPosition = 100
axis2.StartPosition = 6
axis2.EndPosition = 94
axis3.StartPosition = 11
axis3.EndPosition = 89
etc...
This works great, but everytime an axis gets added the space each consecutive series takes up gets smaller and smaller. Is there any way to have the labels of the axes not overlap, but each series take up the same space on the chart (as if each start and end were 1 and 100)? Thanks.
Grant