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
 

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