Hi!
OWC chart is connected to MS AS
I'd like to display several totals (measures) on the same chart in order to
see 2 lines
I use
objPChart.SetData objPChart.Constants.chDimValues, 0, "v1"
objPChart.SetData objPChart.Constants.chDimValues, 0, "v2"
And I see only v2 line
I use
objPChart.InternalPivotTable.ActiveView.DataAxis.InsertTotal .Totals("v1")
objPChart.InternalPivotTable.ActiveView.DataAxis.InsertTotal .Totals("v2")
and nothing changes :-(
Somebody knows how to display several lines at the same chart????
some limitations: OWC is connected to MS analysis services, I'd like to
display different measures (seen under the Totals)
Thanks in advance
Bookmarks