Search found 9 matches

by Vivek
Mon Jul 13, 2009 5:42 am
Forum: .NET
Topic: Performance issue with Teechart.
Replies: 4
Views: 21617

Re: Performance issue with Teechart.

Hi Please find the attached sample code for Pradip's post. We have tried to replicate the problem.
by Vivek
Mon Jul 06, 2009 7:00 am
Forum: .NET
Topic: Performance issue with Teechart.
Replies: 4
Views: 21617

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...
by Vivek
Mon Jun 08, 2009 1:48 pm
Forum: .NET
Topic: Graph Image Quality
Replies: 3
Views: 4694

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.
by Vivek
Wed Jun 03, 2009 11:16 am
Forum: .NET
Topic: Graph Image Quality
Replies: 3
Views: 4694

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...
by Vivek
Fri Apr 03, 2009 5:15 pm
Forum: .NET
Topic: End Point not showed on Axis
Replies: 3
Views: 5855

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.
by Vivek
Fri Apr 03, 2009 1:51 pm
Forum: .NET
Topic: Exception
Replies: 1
Views: 3178

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...
by Vivek
Sun Mar 22, 2009 2:18 pm
Forum: .NET
Topic: End Point not showed on Axis
Replies: 3
Views: 5855

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...
by Vivek
Sun Mar 22, 2009 2:09 pm
Forum: .NET
Topic: Exception while accsing Bitmap property
Replies: 1
Views: 3132

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...
by Vivek
Sun Mar 22, 2009 1:59 pm
Forum: .NET
Topic: Exception when dll loaded by Host Application
Replies: 1
Views: 3384

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...