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.
I have a very basic line graph question. I would like to change the way that the line is drawn between data points to make the line 'arc' and smoothly 'flow' between the points rather than a direct line between data points.
Is there any way to do this? Perhaps a setting that I'm not seeing? perhaps something in the code behind that I can specify that would allow this?
Thanks!
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Check up on "line of best fit" in the doc. One regression line options that is available is a smoothing line. It's been a while, but I have used this in the past.
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
Be aware that using setSmoothLines(true); in 7.1.3 (at least - not checked 7.6.2 yet) causes the value of the points to be the same throughout the line (equal to the first value) in the tool tip pop up.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Thanks for the replies! Tony: I tried the setsmoothlines in 7.6.2 and it just renders the line as a set of unconnected Dots, but the hover-over values are good.
Not sure how smoothlines renders as dots...but I guess this smooth line luxury may be something best left to the Excel users.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.