Click here to Skip to main content
15,881,712 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have problem with chart graph in crystal report.

i am using number type for y axis and here i am doing sum of that field and taken as y axis..

that is my chart graph is sum of field1(numeric) v/s field2(date )

for example--total sales money v/s date

but , y axis values are not printing in integer they are print in some other form like 0.0E+000 ,1.0E+009 and so on. how can i solved it..
Posted

1 solution

The labels are showing scientific notation. Try modifying the axis label format.

HTH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900