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