It will be called by other application by reflection.
My TeeChart version is 3.5.3498.27368.
I had try to declare the chart like this.
Code: Select all
this.tChart1 = new Steema.TeeChart.TChart(this);
Can anyone help?
Code: Select all
this.tChart1 = new Steema.TeeChart.TChart(this);
Code: Select all
Steema.TeeChart.TChart tchart1;
private void InitializeChart()
{
this.tchart1 = new Steema.TeeChart.TChart(this);
this.Controls.Add(tchart1);
}
Sandra Pazos / 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 |
Sandra Pazos / 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 |