How have left and bottom axis with same fixed increment

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bamboo
Newbie
Newbie
Posts: 32
Joined: Thu Jul 12, 2007 12:00 am

How have left and bottom axis with same fixed increment

Post by bamboo » Wed Dec 03, 2008 12:01 pm

How do get my left and bottom axis to have the same fixed increment withou resizing the chart on the screen

For example x = -10, -5, 0, 5, 10, ... and

y = -30, -25, 20, -15, -10, -5, 0, 5, 10, 15, 20, 30, ......

The pixels per increment should also be the same.

I went into tools, and set the increment for each axis to the same value but depending on the size of the chart the correct increment are displayed or not.

I am plotting a map, so the x and y axis must have the same increment at all times, even when resizing.

Please advise.

Thank you.

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 Dec 03, 2008 12:04 pm

Hi bamboo,

You can do as shown in the All Features\Welcome!\Axes\Isometric Axis example in the new features demo, available 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