GraphText specifies the various text components for the specified chart.
[form.]Report.GraphText(ArrayIndex%)[= sectionCode; graphNum;title; subTitle; footnote;series;group;x;y;z$]
CrystalReport1.GraphText(0) = "HEADER; 0;;;;;;new x label; new y label;new z label"«Resets the x, y, and z labels for the first graph in the Page Header section.»
CrystalReport1.GraphText(0) = " GROUPHDR.0.0; 1; title string;
subtitle string; footnote string; series string; group string;
x string;y string; z string"
when making changes to one graph only, but
CrystalReport1.GraphText(0) = "TITLE; 1; title string; subtitle
string; footnote string; series string; group string; x string;
y string; z string" CrystalReport1.GraphText(1) = "TITLE; 1; title string; subtitle
string; footnote string; series string; group string; x string;
y string; z string"
when making changes to more than one graph.
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |