What colors can I use to set the various objects in ChartFX?
You can control whether ChartFX will use a 8-bit or 24-bit color pattern. You can change the setting in the CfxSrv.ini file. In the section called "PNG Settings" you can change "Colors=x" from 8 to 24. If you set it to 24 The video card setting must be set to true color.
You can use any RGB color to apply to your chart:
'to make the first series red
Chart.Series(0).Color=Rgb(255,0,0)
There are many web sites that offer charts or tools to determine the RGB value of specific colors, here is one link: http://uo.stratics.com/content/misc/color.shtml