Page 1 of 1

How can I increase the number of decimals in Y column

Posted: Thu Jun 05, 2008 10:11 am
by 10546084
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

Posted: Thu Jun 05, 2008 10:19 am
by narcis
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.

Posted: Thu Jun 05, 2008 12:32 pm
by 10546084
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.

Posted: Thu Jun 05, 2008 1:16 pm
by narcis
Hi bamboo,

Have you tried using Series1.ValueFormat property?

Posted: Wed Jun 18, 2008 8:00 am
by 10546084
Thank you.