Not much here, just an example that creates a very simple bar chart about "pie" (thus the silly name "Pie graph" in the Caption).
Shows the use of bitmap images for tiled fills when drawing. Nothing extra needed, it's all VB6 and a few GDI calls.
![Name: sshot.png
Views: 50
Size: 2.3 KB]()
Note the use of SetBrushOrgEx() to align the pattern for each use. You can comment out that call to see why it can be useful.
Shows the use of bitmap images for tiled fills when drawing. Nothing extra needed, it's all VB6 and a few GDI calls.
Note the use of SetBrushOrgEx() to align the pattern for each use. You can comment out that call to see why it can be useful.