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] ON GRAPH SET LOOKGRAPH VLINE2 SET VAUTO OFF VMIN 100 VMAX 200 second axis

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] ON GRAPH SET LOOKGRAPH VLINE2 SET VAUTO OFF VMIN 100 VMAX 200 second axis
 Login/Join
 
Silver Member
posted
Basically can I set the Axes min and max on the 2nd y axis, the following combination only seems to set it for 1st y axis

ON GRAPH SET LOOKGRAPH VLINE2 (graph with 2 y axes)
ON GRAPH SET VAUTO OFF
ON GRAPH SET VMIN 130
ON GRAPH SET VMAX 230

We use WebFocus 7.6.5 and internet explorer 8

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


WF 8201, Windows Server 2012 R2, SQL Server 2014, HTML, PDF, Excel, Powerpoint, Active Report
 
Posts: 34 | Location: All over Europe | Registered: October 23, 2009Report This Post
Platinum Member
posted Hide Post
I don't know if there is a setting with ON GRAPH SET but the following will work

ON GRAPH SET GRAPHSTYLE *
setScaleMinAuto(getY1Axis(),false);
setY1ScaleMin(130);
setScaleMaxAuto(getY1Axis(),false);
setY1ScaleMax(230);
setScaleMinAuto(getY2Axis(),false);
setY2ScaleMin(130);
setScaleMaxAuto(getY2Axis(),false);
setY2ScaleMax(230);
ENDSTYLE


WF 7.6.11
Output: HTML, PDF, Excel
 
Posts: 123 | Location: UK | Registered: October 09, 2003Report This Post
Silver Member
posted Hide Post
Many thanks for your help,

I hope the following makes sense :-

I would like to pass the axis min and max via parameters and also I would like to if possible keep the java graph settings in a stylesheet so as a follow up do you know of anyway of passing parameters to stylesheets?

Cheers


WF 8201, Windows Server 2012 R2, SQL Server 2014, HTML, PDF, Excel, Powerpoint, Active Report
 
Posts: 34 | Location: All over Europe | Registered: October 23, 2009Report This Post
Platinum Member
posted Hide Post
I don't use stylesheets so am not sure about that, but what I would do would be to store the graph settings in a separate fex and then include them in your graph.

-INCLUDE inc_graph_stylesheet

This way you can pass whatever parameters you need at run time, and use the style code in muliple graphs.


WF 7.6.11
Output: HTML, PDF, Excel
 
Posts: 123 | Location: UK | Registered: October 09, 2003Report 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] ON GRAPH SET LOOKGRAPH VLINE2 SET VAUTO OFF VMIN 100 VMAX 200 second axis

Copyright © 1996-2020 Information Builders