LegendMarkersPerRow

This property specifies the number of legend markers to draw in a single row in the legend area. LegendAutomatic must be set to false.

Syntax:

setLegendMarkersPerRow(value);
value = getLegendMarkersPerRow();

where:

value

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:

setLegendAutomatic(false);  setLegendMarkersPerRow(2);

legend

setLegendAutomatic(false);  setLegendMarkersPerRow(3);

legend


WebFOCUS