Ginny:
Thanks for your reply. I got mine to show commas, too, simply by removing all the API calls except the ones shown in your example. Of course, I lost all the other desired customization I'd put in, as a consequence!
Following is the original "ON GRAPH SET STYLE" list generated by the Advanced Graph Assistant. (Please keep in mind that a lot of these API calls must be as a result of my playing with the various settings in AGA -- turning things on and off, etc.!) Anyway, one (or more) of these calls must be stepping on my desired display format. Does anything here look like an obvious culprit?
ON GRAPH SET GRAPHSTYLE *
setTemplateFile("/images/tdg/template/IBICylinderOnGrey.txt");
setReportParsingErrors(false);
setSelectionEnableMove(false);
setTransparentBorderColor(getChartBackground(),true);
setTransparentBorderColor(getSeries(0),true);
setTransparentBorderColor(getSeries(1),true);
setDisplay(getO1MajorGrid(),true);
setFillColor(getSeries(0),new Color(0,0,0));
setFillType(getSeries(0),2);
setGradientNumPins(getSeries(0),3);
setGradientPinPosition(getSeries(0),0.0,0);
setGradientPinPosition(getSeries(0),0.5,1);
setGradientPinPosition(getSeries(0),1.0,2);
setGradientDirection(getSeries(0),1);
setGradientDirection(getSeries(4),1);
setGradientPinLeftColor(getSeries(0),new Color(122,184,0),1);
setGradientPinRightColor(getSeries(0),new Color(122,184,0),1);
setGradientPinLeftColor(getSeries(1),new Color(252,212,80),1);
setGradientPinRightColor(getSeries(1),new Color(252,212,80),1);
setFillColor(getSeries(4),new Color(137,203,223));
setFillType(getSeries(4),2);
setGradientPinLeftColor(getSeries(4),new Color(137,203,223),1);
setGradientPinRightColor(getSeries(4),new Color(137,203,223),1);
setFillColor(getSeries(3),new Color(252,212,80));
setGradientPinLeftColor(getSeries(3),new Color(252,212,80),1);
setGradientPinRightColor(getSeries(3),new Color(252,212,80),1);
setFillType(getSeries(3),2);
setTransparentBorderColor(getSeries(3),true);
setTextRotation(getY1Title(),1);
setTextString(getSubtitle(),"&SUBTITLE");
setDisplay(getSubtitle(),true);
setTextString(getO1Title(),"&O1TITLE");
setDisplay(getO1Title(),true);
setDepthRadius(5);
setDepthAngle(45);
setFontSizeAbsolute(getO1Label(),true);
setFontSizeInPoints(getO1Label(),7);
setTextString(getTitle(),"R670-T01 Gross vs. &SUBS_HEAD Subscriptions (&MONTHTYPE)");
setDisplay(getTitle(),true);
setLineWidth(getO1MajorGrid(),0);
setLineWidth(getY1MajorGrid(),0);
setGridStyle(getY1MajorGrid(),0);
setPlace(true);
setTextRotation(getO1Label(),1);
setLabelStagger(getO1Label(),false);
setAutoSkip(getO1Label(),1);
setTransparentFillColor(getLegendArea(),false);
setTransparentBorderColor(getLegendArea(),false);
setDisplay(getBeveledLegend(),false);
setLegendMarkerPosition(0);
setFontStyle(getTitle(),0);
setFontSizeInPoints(getTitle(),8);
setPlaceResize(getTitle(),0);
setFontSizeAbsolute(getTitle(),false);
setTextUnderlineType(getTitle(),2);
setTextString(getFootnote(),"&CPY");
setDisplay(getFootnote(),true);
setFontStyle(getFootnote(),0);
setPlaceAlign(getFootnote(),0);
setTextJustHoriz(getFootnote(),0);
setFontSizeAbsolute(getFootnote(),true);
setFontSizeInPoints(getFootnote(),6);
setPlaceResize(getFootnote(),0);
setAxisSide(getO1Axis(),0);
setDisplay(getReferenceLineO1(0),false);
setDisplay(getY1Label(),true);
setTextFormatPreset(getY1Label(),0);
setDisplay(getReferenceLineY1(0),false);
setDisplay(getAnnotation(0),true);
setTextString(getAnnotation(0),"");
setFillColor(getTitle(),new Color(221,71,20));
setAxisSide(getY1Axis(),2);
setTextFormatPreset(getDataText(),15);
setSeriesType(getSeries(1),0);
setDisplay(getDataText(1),false);
setDisplay(getDataText(),false);
setTextString(getY1Title(),"Subscriptions");
setDisplay(getY1Title(),true);
ENDSTYLE
Thanks,
Craig
v8.1.04, 64-bit Windows (Reporting Server), Apache Tomcat (Web/App Server), HTML, PDF, AHTML, Excel outputs