GraphType specifies the kind of chart used in the selected section in the specified report.
[form.]Report.GraphType(ArrayIndex%)[=sectionCode;graphNum;graphType$]
CrystalReport1.GraphType(0)= "GROUPHDR.0.0; 0; PIE"
«Specifies a Pie graph as the first graph (graphNum =0) in the Group Header 1 section.»
The array index value for GraphType specifies the sequence number for the change. Thus:
CrystalReport1.GraphType(0) = "GROUPHDR.0.0; 0; PIE"
when making changes to one graph only, but
CrystalReport1.GraphType(0) = "HEADER; 0; PIE"
CrystalReport1.GraphType(1) = "GROUPHDR.0.0; 0; PIE"
| For this type of graph | Use this code for graphType |
|---|---|
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |