Different Axis Scale 
Author Message
 Different Axis Scale

With VBScript, I'm using
<object id=ChartSpace1
classid=CLSID:0002E500-0000-0000-C000-000000000046></object>

I create two series and add another y axis.
ChartSpace1.Charts(0).Axes.Add
ChartSpace1.Charts(0).Scalings(c.chDimValues), c.chAxisPositionRight,
c.chValueAxis

The problem is when I change the scale of the c.chAxisPositionLeft axis,
ChartSpace1.Charts(0).Axes(c.chAxisPositionLeft).Scaling.Maximum = 105
it automatically changes the scale of the c.chAxisPositionRight axis and
vica-versa.

Is there any way to have a different scale for each y axis?



Mon, 21 Apr 2003 23:46:07 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Scaling on one axis

2. Automating Graph X Axis Scales

3. MSChart axes and scales

4. MSChart axis labels and scales has got me stumped

5. MSChart axes scaling problem (VB5 Pro)

6. Scaling Algorithm for Linear Graph Axis

7. Graph Y Axis Scaling and %

8. Excel/VBA graphics: Settings X-axis scale properties in VBA

9. Changing axis scale when using MSChart

10. MS Chart: Prevent Y-axis scale going exponential??

11. MSChart and 2nd Y axis Scaling Problem

12. MSChart and 2nd Y axis Scaling Problem

 

 
Powered by phpBB® Forum Software