@COMBO (Combo Chart)

This macro creates a combination bar/line/area chart.

SYNTAX:

@COMBO nSeries nStyle

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.

nStyle; 0..2
0 = Bar
1 = Line
2 = Area

EXAMPLE:

@COMBO 0 1
@COMBO 1 0
@COMBO 2 2
@BEVEL 3 1

@COMBO 0 2
@COMBO 1 1
@COMBO 2 0
@BEVEL 3 1

PERSISTENT:

YES

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Previous Macro in this Group Return to Group List