Line Chart in Crystal Report

  • Thread starter Thread starter ssk
  • Start date Start date
S

ssk

Hello there,

I have one crystal report in VisulaStudio 2003 C#, i have used
IGraphObject for Line Chart.
My data is somewhat like this 0.00, 0.01, 0.03 ....etc on y axis
and 0000,0002,0004,....etc on x-axis

Now when i plot the graph i can see propert values on X-axis (with
overalapping) thats fine
but on y-axis i can see all zero values.

The scaling for very small values is not taking place properly.
so would anybody please tell me how do i solve this problem.

I tried ChartExpert... properties, and even tried setting different
values of IGraph component(Data2AxisNumberFormat,
DataValueNumberFormat etc ...) at design time, but its not working.

So any help would be more appreciated.

Thx in advance.
Eagerly waiting for valuable help
 
ssk said:
Hello there,

I have one crystal report in VisulaStudio 2003 C#, i have used
IGraphObject for Line Chart.
My data is somewhat like this 0.00, 0.01, 0.03 ....etc on y axis
and 0000,0002,0004,....etc on x-axis

Now when i plot the graph i can see propert values on X-axis (with
overalapping) thats fine
but on y-axis i can see all zero values.

The scaling for very small values is not taking place properly.
so would anybody please tell me how do i solve this problem.

I tried ChartExpert... properties, and even tried setting different
values of IGraph component(Data2AxisNumberFormat,
DataValueNumberFormat etc ...) at design time, but its not working.

So any help would be more appreciated.

Thx in advance.
Eagerly waiting for valuable help

You clould have cross posted this so that you get this answer at one time.

<http://www.google.com/search?hl=en&...ct=result&cd=1&q=crystal+report+forum&spell=1>
 
Back
Top