OWC11 + ChartSpace Type=25 and Type=6

S

Sujata Sengupta

1)My code in OWC9 for chart Type=25 is
with .seriesCollection.add .caption = obj.value .SetData
c.chDimXValues, c.chDataLiteral, "a2:a" & <%=maxPoints%> .SetData
c.chDimYValues, c.chDataLiteral, arRange(rangeCnt) &
<%=maxPoints%> .Line.Color = strColorCode
end with

This code is working perfectly in OWC9 & producing the desired output as a
chart of Type chChartTypeScatterLine.But the same code is not at ll
scetching any graph with OWC11. Which property i am missing in OWC11 to draw
the chart in the same menner w.r.t OWC9 ?

2) Similarly with Type=6 my code in OWC9 is :
With .SeriesCollection.Add
.caption = "LME Three Month Settlement"
.Line.Color = cLine1Color
.SetData c.chDimCategories, c.chDataLiteral, Array(<%=sxData%>)
.SetData c.chDimValues, c.chDataLiteral, Array(<%=syData%>)
end with
This code is generating a proper o/p in OWC9 but not scetching anything in
OWC11.
In this case also want to know which property o am missing in this regard.
 

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