In a three-series graph (normally line chart), this macro changes the first two series into a floating area (i.e., river) behind the third series. Set bRiverMode=1 to activate. Set the bShowLegend parameter to one to add the river area as an entry in the legend with its own szRiverLabel string.
SYNTAX:
@RIVER bRiverMode bShowLegend szRiverLabel
PARAMETERS:
bRiverMode; 1=enable river mode, 0=disable river mode
bShowLegend; 1=add river area as an entry in the legend, 0=don't show river area in legend
szRiverLabel; label string to use in legend if bShowLegend=1
EXAMPLE: @RIVER.WID
@SWAP 0 @COLOR_SCHEME 5 @RIVER 1 1 RIVER SERIES
NOTES:
This macro is not compatible with 2.5D charts where depth has been applied to the chart with the 3D Look option in the Display section of the Properties panel or the @DEPTH macro.