For Box Plots only, this macro sets the shape of markers for a particular series in a chart.
SYNTAX:
@MS nSeries nMarker
PARAMETERS:
nSeries; 1...8 Series Number.
nMarker; 1...8 selects the marker to assign to series nSeries:
EXAMPLE: @MS.WID
@BP @SZ 80 @HQ 1 @BEVEL 3 1 @BW
@MS 1 6 @MS 2 5 @MS 3 4 @MS 4 3 @MS 5 1
NOTES:
This macro is for box plot charts only. Use the @MARKER macro to select marker shapes in other chart types.
ALSO SEE:
@SZ to set the size of markers in box plots
@MC to change the color of markers in box plots