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