OWC - dual axis with diff scaling

Y

Ying

Hi
How can I create a dual axis chart with different scales on each axis? I was able to create dual axis chart, but when setting a different scaling on second axis, it will overwrite the scaling values on first axis. Does anyone know if OWC has capbilities to create a dual axis chart which looks like chart type 'Line - Column on 2 Axes' in Excel?

Thanks
-Ying
 
T

Thao Moua [ms]

Use the following code to ungroup the series and give it a new scale

Chartspace.Charts(0).seriescollection(0).Ungroup TRU

This will only work in OWC10/11

Thao Mou
OWC Webchart Suppor

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Top