How to get the data from selection in Chart

M

mariaasl

I am using the OWC Chart component in web page. Trying to develope the
Drill down functionality. In DblClick function I want to get the current
selection and biuld the next graph level. What I don't know is how to
refer to current selection. It seems to be something like



ChartSpase1.selection or

ChartSpase1.Charts(0).selection or even

ChartSpase1.Charts(0).SeriesCollection(0).Points(0).GetData()

none of this works.



Please, help.
 

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