Search found 9 matches
- Thu Aug 05, 2010 7:05 am
- Forum: .NET
- Topic: TeeChart for .NET v2010 [04 AUG 2010] RELEASE 4.1.2010.08040
- Replies: 4
- Views: 9859
Re: TeeChart for .NET v2010 [04 AUG 2010] RELEASE 4.1.2010.08040
Hello, I am an oooold user - too old to get successful updates of my old application. I need to update my own application project developed long time ago by using TeeChart for .NET v1.1 and would like to do evaluation of TeeChart's latest version for .NET 2010. Now, June version installer in, TeeCha...
- Thu Jul 02, 2009 8:19 am
- Forum: VCL
- Topic: Problem with filled 2D contours
- Replies: 7
- Views: 12611
Re: Problem with filled 2D contours
Hi!
Is this problem fixed already?
My colleagues are preparing the dev environment for the project to be launched quite soon,
in which the contour drawing and color-filling features are required.
Can I recommend them to useTeeChart for this purpose? Or not yet?
Is this problem fixed already?
My colleagues are preparing the dev environment for the project to be launched quite soon,
in which the contour drawing and color-filling features are required.
Can I recommend them to useTeeChart for this purpose? Or not yet?
- Fri Nov 11, 2005 10:20 am
- Forum: .NET
- Topic: Print out to the paper center
- Replies: 5
- Views: 9308
- Thu Oct 27, 2005 8:12 am
- Forum: .NET
- Topic: Print out to the paper center
- Replies: 5
- Views: 9308
Hi, Thank you for the advice, Narcis. I do not quite understand the example yet. So, currently what I am doing is like this: private void button1_Click(object sender, System.EventArgs e) { this.tChart1.Export.Image.Bitmap.Save("temp.bmp"); //PrintDocument System.Drawing.Printing.PrintDocument pd = n...
- Sat Oct 22, 2005 5:23 am
- Forum: .NET
- Topic: Print out to the paper center
- Replies: 5
- Views: 9308
Print out to the paper center
Hi, I am trying to print out a chart image on to an A4 paper with some other graphical images, that is, I am trying to lay out several graphical objects on an A4 paper. The problem is that I can not control the position and size of the TChart object image on the paper. The method available for this ...
- Thu Mar 24, 2005 1:38 pm
- Forum: .NET
- Topic: Can several series be concatenated to form a series?
- Replies: 1
- Views: 4599
Can several series be concatenated to form a series?
Or, can a series be drawn by several Add() action? Hi, I am writing a realtime data processig application with TeeChart series graphs. In my application, the typical horizontal axis range is 10 sec, while the data for the series are supplied from the data acquisition system every second. That necess...
- Tue Mar 08, 2005 5:53 am
- Forum: .NET
- Topic: AxisEditor in Japanese language
- Replies: 1
- Views: 4571
AxisEditor in Japanese language
Hi, I am trying to pop up the AxisEditor from the TeeChart graph window in Japanese. The following method calls do the job alright in the all-in-one Editor case. Steema.TeeChart.Editors.AskLanguage.ChangeLanguage(17); ShowEditor(); But the next code for the AxisEditor fails to show the Japanese dial...
- Thu Mar 03, 2005 4:54 pm
- Forum: .NET
- Topic: Strange! Series Labels overwrite the axis labels.
- Replies: 2
- Views: 6216
Gracias. Series & axis labels are controled perfectly.
Narcis,
I implemented the series GetMarkText event handler to
draw the series labels. That worked fine!
Mucho Gracias.
Also, thank you very much for your prompt reply.
HotSteemar
I implemented the series GetMarkText event handler to
draw the series labels. That worked fine!
Mucho Gracias.
Also, thank you very much for your prompt reply.
HotSteemar
- Thu Mar 03, 2005 4:00 pm
- Forum: .NET
- Topic: Strange! Series Labels overwrite the axis labels.
- Replies: 2
- Views: 6216
Strange! Series Labels overwrite the axis labels.
Hello, I downloaded today the latest version of TeeChart for .NET. I have been trying to set the labels along the series by Series.Add( double x, double y, string label ). The labels show up at each data point, but when this is done, the X-axis value labels also change to the same text strings. Am I...