donvari Posted August 17, 2007 Report Share Posted August 17, 2007 Hi, my next problem is that, I would like to get the Olap Extension of a Chart on the client side. I tried the following: Set objOlap = Document.All.Item("Chart1").Extensions.Item(0)But it doesn't work. I hope sb can help me! Quote Link to comment Share on other sites More sharing options...
donvari Posted August 17, 2007 Author Report Share Posted August 17, 2007 Ok forget the previous entry, the problem is on my side. But I have a other question. I try to get the Data Value on the client side with the following: ChartObject.Data.Item(0, nPoint) But it doesn't work. Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 17, 2007 Report Share Posted August 17, 2007 Please note that for performance reasons we might be wrapping the chart control with something we call "NetIEClient loader". If this is the case, the top level object that the browser interacts with is a thin wrapper that exposes a Chart property so your script would be ChartObject.Chart.Property = Value JuanC Quote Link to comment Share on other sites More sharing options...
donvari Posted August 17, 2007 Author Report Share Posted August 17, 2007 Hi, thank you for your answers, but I have already tried to use the .Chart. I tried following: ChartObject.Chart.Data.Item(0,n) But it doesn't work Quote Link to comment Share on other sites More sharing options...
donvari Posted August 19, 2007 Author Report Share Posted August 19, 2007 I'm just waiting for help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.