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     SeriesLineWidthDefault value below 2 not displayed

Read-Only Read-Only Topic
Go
Search
Notify
Tools
SeriesLineWidthDefault value below 2 not displayed
 Login/Join
 
Platinum Member
posted
Using the following in a WebFOCUS GRAPH request:

setSeriesLineWidthDefault(1) (a semicolon ends the string)

causes the line to "disappear". On page B-13 of wf53graph.pdf, the range of values is supposed to be from 0 to 100.

We want a nice thin line. Has anybody found a workaround, or might this be a bug?

Thanks. Suzy
 
Posts: 124 | Location: Lebanon, New Hampshire | Registered: April 24, 2003Report This Post
Guru
posted Hide Post
The following is from one of my graphs:
setLineWidth(getSeries(0),1);
setLineWidth(getSeries(1),1);
setLineWidth(getSeries(2),1);
setLineWidth(getSeries(3),1);
setLineWidth(getSeries(4),1);
setLineWidth(getSeries(5),1);
setLineWidth(getSeries(6),1);

so 1 or 2 works for line width.
 
Posts: 391 | Location: California | Registered: April 14, 2003Report This Post
Platinum Member
posted Hide Post
Thanks.

I'll try specifically setting the LineWidth for the Series instead of using the LineWidthDefault.

using Sun/Servlet/headless java with WebFOCUS 5.3.2

Suzy
 
Posts: 124 | Location: Lebanon, New Hampshire | Registered: April 24, 2003Report This Post
Expert
posted Hide Post
Suzy,

From the Perspective for JAVA manual -

DepthRadius must be zero in order for this property to work.

Not sure what your setting was, but worth a check if it allows you to default it properly.

Online manual at - http://www.threedgraphics.com/tdg/products/tools/perspe.../doc/perspective.htm
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Thanks Tony.

I'll be out for a week or so, but this setting may be exactly what I need. I don't believe I set DepthRadius at all. My experiments with this particular graph have been pretty scattershot, since I have wanted it to "just work" instead of needing to delve deeply into Perspective.

I'll report back towards the end of next week with a more complete explanation of what I'm doing.

Suzy
 
Posts: 124 | Location: Lebanon, New Hampshire | Registered: April 24, 2003Report This Post
Platinum Member
posted Hide Post
By trial and error, while consulting the Perspective manual, I determined that these 2 lines (created automagically when using DevStudio to create a line graph) were preventing line width from displaying when less that the value of 2.

setSeriesDefaultTransparentBorderColor(true);
setUseSeriesBorderDefaults(true);

Now I'm using a SeriesLineWidthDefault of 0 and all is well.

Thanks for all your suggestions.

Suzy
 
Posts: 124 | Location: Lebanon, New Hampshire | Registered: April 24, 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     SeriesLineWidthDefault value below 2 not displayed

Copyright © 1996-2020 Information Builders