hariomhari
Programmer
I am using crystal report with VS.Net 2003.
The version of the CrystalDecisions.Web dll included in the project is 9.1.5000.0.
The data source in crystal report is VS.Net dataset.
I wish to plot the graph using the three columns.
1. Label (basically legend)
2. Date
3. Cumulative performance.
-----------------------------------------------------
Label Date Cumulative performance
-----------------------------------------------------
Altvest [DB] 2005-12-31 NULL
Altvest [DB] 2006-01-31 0.0252000000327826
Altvest [DB] 2006-02-28 0.0220218799414029
Altvest [DB] 2006-03-31 0.0431777330876755
Altvest [DB] 2006-04-28 0.0672751385914265
Altvest [DB] 2006-05-31 0.0399528957337039
Altvest [DB] 2006-06-30 -.00630000000819564
Barclay [DB] 2005-12-31 NULL
Barclay [DB] 2006-01-31 0.0252000000327826
Barclay [DB] 2006-02-28 0.0220218799414029
Barclay [DB] 2006-03-31 0.0431777330876755
Barclay [DB] 2006-04-28 0.0672751385914265
Barclay [DB] 2006-05-31 0.0399528957337039
Barclay [DB] 2006-06-30 -.00630000000819564
Graph should display the performance for each label and for each date. Basically it should display multiple line (line type graph) for each label.
Date should be on X-axis and Cumulative performance should be on Y-axis.
Kindly suggest how to draw with steps. Also I would like to display dates on x-axis as DEC-05,JAN-06,FEB-06 and so on.
Please suggest how to format date also.
The version of the CrystalDecisions.Web dll included in the project is 9.1.5000.0.
The data source in crystal report is VS.Net dataset.
I wish to plot the graph using the three columns.
1. Label (basically legend)
2. Date
3. Cumulative performance.
-----------------------------------------------------
Label Date Cumulative performance
-----------------------------------------------------
Altvest [DB] 2005-12-31 NULL
Altvest [DB] 2006-01-31 0.0252000000327826
Altvest [DB] 2006-02-28 0.0220218799414029
Altvest [DB] 2006-03-31 0.0431777330876755
Altvest [DB] 2006-04-28 0.0672751385914265
Altvest [DB] 2006-05-31 0.0399528957337039
Altvest [DB] 2006-06-30 -.00630000000819564
Barclay [DB] 2005-12-31 NULL
Barclay [DB] 2006-01-31 0.0252000000327826
Barclay [DB] 2006-02-28 0.0220218799414029
Barclay [DB] 2006-03-31 0.0431777330876755
Barclay [DB] 2006-04-28 0.0672751385914265
Barclay [DB] 2006-05-31 0.0399528957337039
Barclay [DB] 2006-06-30 -.00630000000819564
Graph should display the performance for each label and for each date. Basically it should display multiple line (line type graph) for each label.
Date should be on X-axis and Cumulative performance should be on Y-axis.
Kindly suggest how to draw with steps. Also I would like to display dates on x-axis as DEC-05,JAN-06,FEB-06 and so on.
Please suggest how to format date also.