Access the chart from polar series
Posted: Mon Feb 16, 2009 2:09 pm
I have a Steema.TeeChart.Styles.Polar type series dynamically assigned to a chart. I need to access the associated chart from this series. How can i do it?
I tried the following, but it doesn't seem to work.
Please suggest something
I tried the following, but it doesn't seem to work.
Code: Select all
dim myPolar as Steema.TeeChart.Styles.Polar
myTChart = myPolar.chart