set different scaling property

R

ron@office

Hi,

I need to present a chart with two Y axis on both left and right side but
different scaling property. I success to add right hand size axis by this
two command line

Set axisScaleOnRight =
ChartSpace.chart(0).Axes(ChartConstant.chAxisPositionLeft).Scaling
ChartSpace.chart(0).axes.add axisScaleOnRight,
chartConstant.chAxisPositionRight, chartConstant.chValueAxis

However, when I set the right hand side maximum value to 4500, the left side
have changed also. WHY? I want they have different property.

Please Advise.

Ron
 

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