Hi Aron, Very impressive. I just ran your code and I was amazed to see three gradient colors as the chart background. I'm studying your code now and attempting to understand what each line is telling me. Thanks for helping.
--- In [email protected], Aron <[EMAIL PROTECTED]> wrote: > > |Try this: > > pxwidth = Status("pxwidth"); > pxheight = Status("pxheight"); > GfxSetBkMode( 1 ); // set transparent mode > GfxSetOverlayMode(1); > GfxGradientRect(0,0,pxwidth, pxheight/2, *colorLime*, *colorYellow* ); > GfxGradientRect(0,pxheight/2,pxwidth, pxheight, *colorYellow* > ,*colorBlue*); > | >
