Change Legend Name in CR Chart

  • Thread starter Thread starter Serial # 19781010
  • Start date Start date
S

Serial # 19781010

I am using VB.NET 2003 with the distributed Crystal Reports 9.0.

I have a report that I am putting either a 3D bar graph or pie chart
on. The values are based on grand totals. But in the legend I am
getting "Sum of tblFiscal.BasicRate", "Sum of......", etc. Since this
is not very clean for the user, how can I get the legend label changed
to something that makes sense to the user? I have been looking at the
code, but not sure where to go at this point or if I can do it in
runtime code.

Thanks.

Bob Taylor
 
I have the same problem as yours. did you find any solution for that ?



Serial # 19781010 said:
I am using VB.NET 2003 with the distributed Crystal Reports 9.0.

I have a report that I am putting either a 3D bar graph or pie chart
on. The values are based on grand totals. But in the legend I am
getting "Sum of tblFiscal.BasicRate", "Sum of......", etc. Since this
is not very clean for the user, how can I get the legend label changed
to something that makes sense to the user? I have been looking at the
code, but not sure where to go at this point or if I can do it in
runtime code.

Thanks.

Bob Taylor
 
Back
Top