I tried the following, but it doesn't seem to work.
Code: Select all
dim myPolar as Steema.TeeChart.Styles.Polar
myTChart = myPolar.chart
Code: Select all
dim myPolar as Steema.TeeChart.Styles.Polar
myTChart = myPolar.chart
Code: Select all
tChart1.Chart = line1.Chart;
Code: Select all
tChart1 = ((Steema.TeeChart.TChart)line1.Chart.Parent);
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |