How can I increase the number of decimals in Y column

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 can I increase the number of decimals in Y column

Post by bamboo » Thu Jun 05, 2008 10:11 am

The decimals in the Y column in my ChartGrid is truncated to 3. Is there a way to increase the number of decimals.

Example: In my datafile the number reads 2.492601 but ChartGrid truncates it to 2.493.

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 » Thu Jun 05, 2008 10:19 am

Hi bamboo,

Have you tried series' ValueFormat property or axes AxisValuesFormat? For more information please read Tutorial 4 - Axis Control. 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

bamboo
Newbie
Newbie
Posts: 32
Joined: Thu Jul 12, 2007 12:00 am

Post by bamboo » Thu Jun 05, 2008 12:32 pm

Thanks for the prompt reply.

But I do not want to format my axes.

I want the data that i read via SeriesTextSource to be displayed in ChartGrid as is. At the moment that data (Y column) is truncated which is not what I want.

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

Post by Narcís » Thu Jun 05, 2008 1:16 pm

Hi bamboo,

Have you tried using Series1.ValueFormat property?
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

bamboo
Newbie
Newbie
Posts: 32
Joined: Thu Jul 12, 2007 12:00 am

Post by bamboo » Wed Jun 18, 2008 8:00 am

Thank you.

Post Reply