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.WID
@COLOR_SCHEME 5 @HQ 1 @BEVEL 3 1 @COMBO 0 0 @COMBO 1 1 @COMBO 2 2
@COLOR_SCHEME 5 @HQ 1 @BEVEL 3 1 @COMBO 0 1 @COMBO 1 2 @COMBO 2 0
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List