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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Pie Chart Feeler lines and labels on the left

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Pie Chart Feeler lines and labels on the left
 Login/Join
 
Guru
posted
Is there a way to get all the pie chart feeler line and lables to appear only on the left side of a pie chart?

Fernando

This message has been edited. Last edited by: Kerry,


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Expert
posted Hide Post
Hi Fernando,

By any chance, do you have some sample code that we can take a look at?

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Guru
posted Hide Post
Here is the code
  
GRAPH FILE CAR
SUM
 CNT.CAR AS ''
BY COUNTRY
ON GRAPH SET LOOKGRAPH PIERING
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID OFF
ON GRAPH SET VAXIS 210
ON GRAPH SET HAXIS 195
ON GRAPH SET GRAPHSTYLE *
setReportParsingErrors(false);
setSelectionEnableMove(false);
setPieRotate(280);
setDepthRadius(5);
setPieFeelerTextDisplay(1);
setTransparentBorderColor(getChartBackground(),true);
setPlace(false);
setFontName(getPieSliceLabel(),"CALIBRI");
setFontSizeAbsolute(getPieSliceLabel(), true);
setFontSizeInPoints(getPieSliceLabel(), 10);
setPlaceResize(getPieSliceLabel(), 0);
setLegendAutomatic(true);
setDisplay(getLegendArea(),true);
setPieRingTotalDisplay(false);
setSeriesDefaultTransparentBorderColor(true);
setUseSeriesBorderDefaults(true);
setPieRingSize(55);
setTextAntialiasing(true);
setSeriesDefaultTransparentBorderColor(true);
setUseSeriesBorderDefaults(true);
setTextFormatPattern(getY1Label(),"#.##");
setTextFormatPreset(getPieSliceLabel(),4);
setFontName(getLegendText(),"CALIBRI");
setFontSizeAbsolute(getLegendText(), true);
setFontSizeInPoints(getLegendText(), 10);
setPlaceResize(getLegendText(), 1);
setFillColor(getSeries(0),new Color(228,128,27));
setFillColor(getSeries(1),new Color(140,186,212));
setFillColor(getSeries(2),new Color(85,156,191));
setFillColor(getSeries(3),new Color(217,190,100));
setFillColor(getSeries(4),new Color(195,163,0));
setFillColor(getSeries(4),new Color(185,153,10));

setPlaceResize(getPieFrame(), 1);
setRect(getPieFrame(),new Rectangle(-12000, -9000, 26000, 24000));
setPlaceResize(getLegendArea(), 1);
setRect(getLegendArea(),new Rectangle(-11700, -14000, 25500, 8000));
setLegendAutomatic(false);
setLegendPosition(-1);
END
-RUN


Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Expert
posted Hide Post
Hi Fernando,

In case you have not done so, please contact Customer Support Services and open a case for additional assistance. You may call at 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Pie Chart Feeler lines and labels on the left

Copyright © 1996-2020 Information Builders