Here's a new release of FoxCharts
https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=VFPX&ReleaseId=13477
Prerequisites:
Visual FoxPro 9 and the GdiPlusX library from VFPX

As you can see, 2 new charts are now available:
- Stacked Area
- Cylinder
- The StackedArea chart can be defined using the "ChartType" property, that must be set to the numeric 10
- The Cylinder chart is derived from the original Bars chart. To have it, select ChartType for the bar option, and then set the BarType property to numeric 1 (0 = Bar Default; 1 = Cylinder)
Apart from this, many other important modifications were applied:
The main difference is that now FoxCharts' base class is a Container, that contains the GdiPlusX ImageCanvas, and the legend objects, responsible for drawing all the text needed.
Now we can customize any of those labels in lots of ways. Every piece of text, legend in the chart now has the following properties:
Alignment - 0 Left; 1 Right; 2 Center
BackColor
BackColorAlpha - this is cool, (0-255) determines the transparency of the background of the label
Caption
FontBold
FontItalic
FontName
FontSize
FontStrikethru
FontUnderline
ForeColor
ForeColorAlpha - determines the transparency of the label
The legends are represented by the following objects:
Title
SubTitle
XAxis
XAxisLegend2
YAxis
ShapeLegend
ScaleLegend
SideLegend
This way, every piece of text in the chart can be fully customized, not only the font, but the backcolor and the alpha (transparency). Now you can also change the alignment of the text, for example, to set the title to Right Alignment, all you have to do is to:
Thisform.FoxCharts1.Title.Alignment = 1 && Right
I still need to remind you that this is still a preview version, destined for people that are interested in helping testing this tool.
Please continue sending your suggestions and feedback!
It is really very appreciated
https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=VFPX&ReleaseId=13477
Contains the ALPHA version of the FoxCharts project.
Unzip the file and run the form ChartsSample to see how it works.
This version also distributes the two main files from GdiPlusX - System.app and GdiPlusX.vcx.
If you are already a GdiPlusX user, you can use your own GdiPlusX version.
Just make sure to be using the latest GdiPlusX version.
GdiPlusX is also a VFPX project. For more information, please visit the GdiPlusX page at VFPX.
More information and pictures about this project can be obtained at the VFPIMAGING weblog:
http://weblogs.foxite.com/vfpimaging/archive/2008/04/04/5919.aspx
http://weblogs.foxite.com/vfpimaging/archive/2008/04/24/6040.aspx
This new release contains lots of enhancements:
Chart Types
- Bar charts
- Multiple bars
- Stacked bars
- Pie
- Doughnut
- Lines
- Area
- Stacked Area
- Points and Shapes
Color variations:
- Basic colors
- Custom colors
- Gradient colors
- Random colors
- Monochrome
- Gradient or solid colors
Legends in many places: Axys, shapes, side legends
Scales
Customize:
- Titles
- Subtitles
- Backgrounds (solid or gradient)
- Fonts
- Colors