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
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