This property specifies the number of legend markers to draw in a single row in the legend area.
Syntax:
setLegendMarkersPerRow(value);
value = getLegendMarkersPerRow();
where:
Is any integer between 0 and the number of series in the graph. 0 is the default and will draw the same number of markers in a row as the number of series in the graph. Any other value will draw that number of series in a row.
Example:
setLegendMarkersPerRow(2);
setLegendMarkersPerRow(3);
WebFOCUS | |
Feedback |