Hello Aron, Ok, I got it to work by going to AFL Library and looking up the color codes under "Color Display.afl I plugged in some color numbers and got it to work. Thanks so much.
--- In [email protected], Aron <[EMAIL PROTECTED]> wrote: > > add this to your chart formula > > |Color= ParamColor("Bg",ColorRGB( 251,251,252)); > > BgTop=ParamColor("BgTop",ColorRGB(251,251,251) ); > > BgBot=ParamColor("BgBot", ColorRGB(219,225,227)); > > SetChartBkColor( BgColor); > > SetChartBkGradientFill( BgTop,BgBot);| >
