Focal Point
[Solved] Marker Size?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6747075336

September 17, 2013, 12:55 PM
Moogle
[Solved] Marker Size?
Hi Team,

I'm using InfoAssist to make a pseudo bullet graph, by choosing a horizontal bar graph / line graph combo, making the lines transparent and leaving the markers intact by setting a solid marker border.

This works well, but the markers are quite small. I don't see any way to bump them up in size, via the GUI.

Is there a way, or if not, is there a code snippet you will share that will do this?

Cheers,

Joey

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


-WebFOCUS 8.2.01 on Windows
September 18, 2013, 09:37 AM
ebaig
Hey Joey,

Try using this:
  setMarkerSizeDefault(50); 


Erfan


WebFOCUS 77, Windows, HTML PDF EXCEL
September 18, 2013, 02:38 PM
VLozovsky
Hi Joey,

The Marker Size property is not exposed in InfoAssist yet, but it is on the project plan.

The code snippet Erfan provided would work in the interim.

Vicky Lozovsky
September 19, 2013, 05:21 PM
Moogle
Hi Erfan and Vicky,

Thank you very much for this technique, it works well. I used setMarkerSizeDefault(150) and it was exactly right for my pseudo bullet graph.

Cheers,

Joey