This macro adds error bars to standard bar/column charts. The data set that draws the chart must be in the following form:
Value 1: Series Value
Value 2: Error High Value
Value 3: Error Low ValueSYNTAX:
@EB bShow
PARAMETERS:
bShow; 0 = Do not draw error bars, 1 = Draw error bars
EXAMPLE: @EB.RPT
@EB 1
@HAT 68
PERSISTENT:
NO
ALSO SEE:
@HAT (Hat on Error Bars)