multiple pie charts in OWC (BI Portal)

M

Mark Cushman

The BI Portal has an example of multiple pie charts. How does one get this
to happen? I can only get a single chart.
 
T

Thao Moua [ms]

Try this cod

webchart.clea
webchart.buildlitchar
webchart.buildlitchar
webchart.charts(0).type=18
webchart.charts(1).type=18

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