Search found 8 matches

by Areef
Mon May 21, 2007 9:46 am
Forum: ActiveX
Topic: Tee Chart as Thumb Nail
Replies: 9
Views: 8328

I tried with the code as follows:

Code: Select all

          tchart.Width = 70;
          tchart.Height = 60;
          return ((byte[]) tchart.Export.asPNG.SaveToStream());
But, again here also the same result of clipping of the Image. is it correct what I am doing here?

Regards,
Areef
by Areef
Mon May 21, 2007 9:21 am
Forum: ActiveX
Topic: Tee Chart as Thumb Nail
Replies: 9
Views: 8328

When I am exporting in one style/mode I am not worried about the other style/mode. When I am in Full Image Modei will export as Full Image only and not worried about Thumb Nail version and similarly when I am in Thumb Nail mode, I will export as Thumb Nail only and dont bother to resize back to norm...
by Areef
Mon May 21, 2007 8:58 am
Forum: ActiveX
Topic: Tee Chart as Thumb Nail
Replies: 9
Views: 8328

I think I did't get exactly what you wanted me to do. My code is as follows. tchart.Export.asPNG.Width = 720; tchart.Export.asPNG.Height = 360; return ((byte[]) tchart.Export.asPNG.SaveToStream()); I want this same code to be running in 2 modes, one mode while exporting as Full Image and another mod...
by Areef
Mon May 21, 2007 8:42 am
Forum: ActiveX
Topic: Tee Chart as Thumb Nail
Replies: 9
Views: 8328

Hi Narcís, It does NOT help me. My Tee Chart is best viewed at 720*360 (Width*Hieght) size. Now, I want the same Image to be available in smaller size of say 50*20. if I change the Width and Height as suggested by you here, the Image is LOST and only some portion of the Image is shown. Thanks and Re...
by Areef
Mon May 21, 2007 6:55 am
Forum: ActiveX
Topic: Tee Chart as Thumb Nail
Replies: 9
Views: 8328

Tee Chart as Thumb Nail

Hi,

I want to display the Tee Chart which I am already exporting as PNG Image as Thumb Nail version. Can some one tell me how can I do so?

Thanks,
Areef
by Areef
Wed Sep 20, 2006 7:21 pm
Forum: .NET
Topic: Issue with Large amount of data in TeeChart
Replies: 3
Views: 4609

Thank you for the reply, the way that we have create our chart is not using CheckDataSource() method, We use TeeChart.tc.Series(k).AddXY(xDVal, yDVal, xVal.ToString(), (uint)PenColor[k]); Ccould you please tell me what this line of code does.(I am just picking up the code) Thanks. TeeChart.tc.Series...
by Areef
Wed Sep 20, 2006 2:41 pm
Forum: .NET
Topic: Issue with Large amount of data in TeeChart
Replies: 3
Views: 4609

Issue with Large amount of data in TeeChart

Hello, I have an issue with TeeChart where if I send a large Datatable (with 2500 to 15,000 rows of data). The table seems to end in the middle. To clarify, the line graph will suddenly drop to 0 in the middle fo the graph and the rest of the graph will be blank. The Charts were put inside a Snippet...
by Areef
Wed Nov 30, 2005 4:34 pm
Forum: ActiveX
Topic: Out Of Memory Error
Replies: 6
Views: 7526

Out of Memory Error

Hello Pep, Thanks for the reply. I will take back my word that it seems to be fixed in another version. I looked only at the error number. I think tee is using same error number for different errors but with different error message. My error message says OUT OF MEMORY. I don’t know whether I would b...