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     Alternate Formatting for Graphs

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Alternate Formatting for Graphs
 Login/Join
 
Member
posted
I've been trying to create a horizontal bar 3D bar graph with alternating rows of red and white in the background and blue bars. I've looked into alternate formatting commands and I've come up with what would be a good solution, except where the risers are there extends black and white border lines at each point in the graph where I set a separation. I want to eliminate those but everything I've tried has had no effect on them. I was wondering if any graph experts here either knew of a solution or had an alternate solution for this.

To further see what the issue is, I've written a simulation of this against the car file:

 
GRAPH FILE CAR
SUM SEATS
BY CAR
WHERE CAR EQ 'AUDI' OR 'BMW' OR 'DATSUN' OR 'JAGUAR' OR 'JENSEN' OR 'TOYOTA'
ON GRAPH SET LOOKGRAPH HBAR
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET 3D ON
ON GRAPH SET VZERO ON
ON GRAPH SET VAXIS 430
ON GRAPH SET HAXIS 570
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET GRAPHSTYLE *
setDisplay(getO1AltFmtFrame(),true);
setDisplay(getO1AltFmtFrame(0),true);
setDisplay(getO1AltFmtFrame(1),true);
setDisplay(getO1AltFmtFrame(2),true);
setDisplay(getO1AltFmtFrame(3),true);
setDisplay(getO1AltFmtFrame(4),true);
setDisplay(getO1AltFmtFrame(5),true);
setAltFmtFrameNumColors(getO1AltFmtFrame(),6);
setAltFmtFrameSeparator(getO1AltFmtFrame(0),0);
setAltFmtFrameSeparator(getO1AltFmtFrame(1),1);
setAltFmtFrameSeparator(getO1AltFmtFrame(2),2);
setAltFmtFrameSeparator(getO1AltFmtFrame(3),3);
setAltFmtFrameSeparator(getO1AltFmtFrame(4),4);
setAltFmtFrameSeparator(getO1AltFmtFrame(5),5);
setFillColor(getO1AltFmtFrame(0),new Color(255,250,250));
setFillColor(getO1AltFmtFrame(1),new Color(255,0,0));
setFillColor(getO1AltFmtFrame(2),new Color(255,250,250));
setFillColor(getO1AltFmtFrame(3),new Color(255,0,0));
setFillColor(getO1AltFmtFrame(4),new Color(255,250,250));
setFillColor(getO1AltFmtFrame(5),new Color(255,0,0));
setFillColor(getO1Label(),new Color(0 0 255));
setRiserWidth(40);
setFillColor(getFrame(),new Color(255 250 250));
setFillColor(getSeries(0), new Color(0 0 255));
setFillColor(getSeries(1), new Color(0 0 255));
setFillColor(getSeries(2), new Color(0 0 255));
setFillColor(getSeries(3), new Color(0 0 255));
setFillColor(getSeries(4), new Color(0 0 255));
setFillColor(getSeries(5), new Color(0 0 255));
ENDSTYLE
END


Thanks.


______________________
WF Version: Prod/Test : WebFOCUS 7.67; ETL 7.67

OP system: WIN2K
 
Posts: 18 | Registered: June 28, 2006Report 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     Alternate Formatting for Graphs

Copyright © 1996-2020 Information Builders