How to draw Cartesian coordinate (Two-dimensional)

TeeChart for ActiveX, COM and ASP
Post Reply
Tuan Nguyen
Newbie
Newbie
Posts: 23
Joined: Fri Feb 23, 2007 12:00 am

How to draw Cartesian coordinate (Two-dimensional)

Post by Tuan Nguyen » Mon Jul 30, 2007 1:31 pm

I want to draw chart as picture (Cartesian coordinate system.PNG) on your upload page. I can use what type chart to draw it.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jul 30, 2007 1:37 pm

Hi Tuan Nguyen,

You could try using Polar series for that. You'll find some examples at All Features\Welcome!\Chart Styles\Extended\Polar in the features demo, which can be found at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Tuan Nguyen
Newbie
Newbie
Posts: 23
Joined: Fri Feb 23, 2007 12:00 am

Post by Tuan Nguyen » Wed Aug 01, 2007 2:47 am

Thank you very for your supports.
I want the label of Top axis and Bottom axis is same side with the Top axis is positive number and Bottom axis is negative number. And Polar series can draw more 2 circle on it. Please help me about it.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Aug 01, 2007 9:17 am

Hi Tuan Nguyen,

Using Polar series, negative labels will be plotted if you used negative data. Another option would be that you use SetMinMax method for manually setting each axis minimum and maximum values.

Regarding drawing additional circles, you can do it as shown in the All Features\Welcome!\Chart Styles\Extended\Polar\Zones example at the features demo.

Another option to plot the kind of chart you request is using what we suggested here. For drawing the additional circles you should custom draw on TeeChart's canvas as shown in Tutorial 13 - Custom drawing on the Chart Panel. You'll find the tutorials at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply