Search found 9 matches
- Mon Jul 13, 2009 5:42 am
- Forum: .NET
- Topic: Performance issue with Teechart.
- Replies: 4
- Views: 21659
Re: Performance issue with Teechart.
Hi Please find the attached sample code for Pradip's post. We have tried to replicate the problem.
- Mon Jul 06, 2009 7:00 am
- Forum: .NET
- Topic: Performance issue with Teechart.
- Replies: 4
- Views: 21659
Performance issue with Teechart.
Hi We are facing performance issue with Teechart. Follwoing are the details for this issue 1. We have around 300 series in a chart. 2. Each series have around 1000 points. This is required, we cant reduce the points for each series. 3. We are facing performanc hit while manipulating details of a ser...
- Mon Jun 08, 2009 1:48 pm
- Forum: .NET
- Topic: Graph Image Quality
- Replies: 3
- Views: 4725
Graph Quality
We have changed jpeg to png, to avoid high useages of memory. But its observerd that some time image background is pink. is there any way to avoid this.
See newly added attachment for this.
See newly added attachment for this.
- Wed Jun 03, 2009 11:16 am
- Forum: .NET
- Topic: Graph Image Quality
- Replies: 3
- Views: 4725
Graph Image Quality
Hi We are exporting Image of TeeChart graphs using following statements. chtBase.Graphics3D.UseBuffer = false;// if dont use this, GDI+ objects get flooded with Memeory. return chtBase.Chart.Bitmap(400, 225, System.Drawing.Imaging.PixelFormat.Format32bppArgb); The image quality is not good, Please s...
- Fri Apr 03, 2009 5:15 pm
- Forum: .NET
- Topic: End Point not showed on Axis
- Replies: 3
- Views: 5893
Lables are not getting added
I am adding a label to the bottom axis. When i add any label. TeeChart draws only label which i added. But when i dont add any label to bottom.Label.Items, teeChart draws all labels but not the maximum value label.
Exception
Hi We are getting following exception many times. But its not always reproducable. Anyone could please put some light on this. ---------------------------------------- See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exceptio...
- Sun Mar 22, 2009 2:18 pm
- Forum: .NET
- Topic: End Point not showed on Axis
- Replies: 3
- Views: 5893
End Point not showed on Axis
Please see the Bottom Axis.jpeg image, it’s the graph of one the feature from our application. Here We have added values to series from 1530 to 1624, the increment is auto increment. So the last label should be drawn as 1625. But its not the case many times the last label of on axis is not drawn. Sa...
- Sun Mar 22, 2009 2:09 pm
- Forum: .NET
- Topic: Exception while accsing Bitmap property
- Replies: 1
- Views: 3156
Exception while accsing Bitmap property
Exception while accessing Bitmap property of Chart, See the call stack below for more details. Call Stack**************************** at System.Drawing.BufferedGraphicsContext.Dispose(Boolean disposing) at System.Drawing.BufferedGraphicsContext.Dispose() at System.Drawing.BufferedGraphicsContext.All...
- Sun Mar 22, 2009 1:59 pm
- Forum: .NET
- Topic: Exception when dll loaded by Host Application
- Replies: 1
- Views: 3409
Exception when dll loaded by Host Application
We have an application which uses plug-in concepts. It uses reflection to load the assembly. I have a dll which uses TeeChart for charting purpose. When the EXE tries to load the dll. It throws exception of type initialization fail. I have been thru the forum and found that the main application whic...