ChartDirector 6.0 (ColdFusion Edition)

TrendLayer.addPredictionBand


Usage

addPredictionBand(confidence, upperFillColor [, upperEdgeColor [, upperLineWidth [, lowerFillColor [, lowerEdgeColor [, lowerLineWidth ]]]]])

Description

Adds a prediction band to the trend layer.

Please refer to the description of TrendLayer on what is a prediction band.

Arguments

ArgumentDefaultDescription
confidence(Mandatory)The confidence level - must be between 0 - 1.
upperFillColor(Mandatory)The fill color for the upper side of the prediction band (the portion that is above the regression line).
upperEdgeColorTransparentThe border color for the upper side of the prediction band (the portion that is above the regression line).
upperLineWidth1The border width for the upper side of the prediction band (the portion that is above the regression line).
lowerFillColor-1The fill color for the lower side of the prediction band (the portion that is below the regression line). -1 means the color is the same as upperFillColor.
lowerEdgeColor-1The border color for the lower side of the prediction band (the portion that is below the regression line). -1 means the color is the same as upperEdgeColor.
lowerLineWidth-1The border width for the lower side of the prediction band (the portion that is below the regression line). -1 means the color is the same as upperLineWidth.

Return Value

None