Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
ConnectLineMarker
 Login/Join
 
Gold member
posted
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
 
Posts: 95 | Registered: July 31, 2007Report This Post
Expert
posted Hide Post
Try putting your 'special' commands at the end. That would verify whether they are being overridden or not. The properties are applied sequentially.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Gold member
posted Hide Post
That kind of worked. I figured out that I was looking in the wrong place. My commands were getting over ridden by my GRAPH SET STYLE and I was looking at my GRAPH SET GRAPHSTYLE.

Thanks for your suggestion.


Eric Woerle
WF 7.6.7 Reportting Server
ETL 7.6.10
Dev Studio 7.6.7
 
Posts: 95 | Registered: July 31, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders