SetChartBkGradientFill
|
Indicators |
SYNTAX | SetChartBkGradientFill( topcolor, bottomcolor, titlebkcolor = default, miny= Null, maxy = Null ) |
RETURNS | NOTHING |
FUNCTION | Enables background gradient color fill in indicators.
Please note that this is independent from chart background color (background color fills entire pane, gradient fill is only for actual chart interior, so axes area is not affected by gradient fill)
|
EXAMPLE | Example 1: basic background gradient
Example 2: area gradient chart
|
SEE ALSO | PLOT() function , PLOTFOREIGN() function , PLOTGRID() function , PLOTOHLC() function , PLOTSHAPES() function , PlotText() function , PLOTVAPOVERLAY() function |
The SetChartBkGradientFill function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.