Does anyone know if there is a way to turn the setConnectLineMarker command on for one series and off for another? I have a graph with one bar, 2 lines, and I want my 4th data set to be markers only, no connecting lines. I've tried setting the width of the 4th data set to 0 but I still get the border showing as a line. I've tried setting riserBorderMode(1), but that doesn't seem to be working either. I think there might be something over riding the command, but I can't find what it is. This is what I currently have as commands:
-*Series 0 = 2008 Sales
-*Series 1 = 2007 Sales
-*Series 2 = Avg PTD Projection <-- This is the one that I want as only markers
-*Series 3 = 2008 Projection
setSelectionEnable(5);
setRiserWidth(30);
setLineWidth(getSeries(2),0);
setMarkerShape(getSeries(2),2);
setBorderType(getSeries(2),0);
setMarkerShape(getSeries(0),2);
setConnectLineMarkers(true);
setConnectScatterMarkers(false);
setO1LabelDisplay(true);
setO1AxisSide(0);
setO1MajorGridDisplay(true);
setO1MajorGridStyle(0);
setO1MinorGridDisplay(false);
setAxisAssignment(0,0);
setSeriesType(0,1);
setAxisAssignment(1,0);
setSeriesType(1,2);
setSeriesType(2,2);
setSeriesType(3,2);
setAxisAssignment(2,0);
setY1LabelDisplay(true);
setY1AxisSide(0);
setY1MajorGridDisplay(true);
setY1MajorGridStyle(0);
setY1MinorGridDisplay(false);
setTextFormatPreset(getY1Label(),8);
setPieFeelerTextDisplay(1);
setPieLabelDisplay(0);
setTextFormatPreset(getPieSliceLabel(),1);
setRiserBorderMode(1);
setUseSeriesBorderDefaults(true);
setSeriesDefaultTransparentBorderColor(true);
setLegendDisplay(true);
setFontSizeAbsolute(getY1Title(),true);
setFontSizeAbsolute(getY1Label(),true);
setFontSizeAbsolute(getY2Title(),true);
setFontSizeAbsolute(getY2Label(),true);
setFontSizeAbsolute(getO1Title(),true);
setFontSizeAbsolute(getO1Label(),true);
setTextRotation(getO1Label(),&PARMROTATE);
setPlace(true);
ENDSTYLE
Eric Woerle
WF 7.6.7 Reportting Server
ETL 7.6.10
Dev Studio 7.6.7