grid and axis

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TSool
Newbie
Newbie
Posts: 10
Joined: Tue Jan 24, 2006 12:00 am

grid and axis

Post by TSool » Tue Feb 07, 2006 7:29 pm

Hi,

I have a chart that displays a grid for y- and x-coords. I also have x- and y-axis visible.

The tick marks of the axis do not match the grid when I have a look at the grid.

Example:

----|----|----|----|----|----|----|----| (grid)
--|----|----|--|----|--|----|--|----|-- (axis)

Is there a way to get the tick marks at the same position as the grid lines?

Thanks!

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 Feb 08, 2006 11:05 am

Hi TSool,

Could you please be send us an example we can run "as-is", or a code snippet to reproduce the problem here. A screen-shot would helpful as well.

You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.

Thanks in advance.
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

TSool
Newbie
Newbie
Posts: 10
Joined: Tue Jan 24, 2006 12:00 am

Post by TSool » Wed Feb 08, 2006 11:11 am

I am only able to post a screenshot. Will do so asap.

TSool
Newbie
Newbie
Posts: 10
Joined: Tue Jan 24, 2006 12:00 am

Post by TSool » Fri Feb 10, 2006 1:19 am

...solved it.

Centered of the Axis was set to true, which does affect the grid and not the labels...

Post Reply