How to draw Cartesian coordinate (Two-dimensional)
-
- Newbie
- Posts: 23
- Joined: Fri Feb 23, 2007 12:00 am
How to draw Cartesian coordinate (Two-dimensional)
I want to draw chart as picture (Cartesian coordinate system.PNG) on your upload page. I can use what type chart to draw it.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 23
- Joined: Fri Feb 23, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |