This macro sets the shape of markers for a specified series in a chart. It can be used in any chart that uses markers (Bubble, Scatter, Line Graph with Markers, etc.) except Box Plots. See the @MS macro to set the shape of markers in box plots.
SYNTAX:
@MARKER nSeries nMarker
PARAMETERS:
nSeries; -1...n (where: n = the total number of series in the chart). -1 = apply to all series, 0 = Series 1, 1 = Series 2, etc.
nMarker; 0...60 selects one of the following markers to apply to nSeries.
EXAMPLE:
@SZ 50
@MARKER 0 40
@MARKER 1 13
@MARKER 2 31
PERSISTENT:
YES
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List