Line Chart in Crystal Report

  • Thread starter Thread starter shaziya
  • Start date Start date
S

shaziya

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
 
shaziya 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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top