Search found 2 matches
- Tue Jun 05, 2012 4:28 pm
- Forum: ActiveX
- Topic: v8->v10 migration : InitializeComponent crash with .Net
- Replies: 5
- Views: 9946
Re: v8->v10 migration : InitializeComponent crash with .Net
I also experienced the same issue when the form closed (form object was deleted). in order to overcome it i used the following code private void MainForm_FormClosed(object sender, FormClosedEventArgs e) { axTChart1.Dispose(); axTChart1 = null; } where axTChart1 is the chart object. I don't think tha...
- Thu Jul 03, 2008 11:55 pm
- Forum: ActiveX
- Topic: Slowdown issue with Line style when also displaying points
- Replies: 1
- Views: 3948
Slowdown issue with Line style when also displaying points
Last week I purchased the TeeChart ActiveX 8 upgrade and for the most part it works great. I do, however, have one problem that is killing me. I need to display a large number of lines and point and so are using the Line series to do this. I see a slowdown when I change to the Line series at run-tim...