| Author |
|
| Company |
Steve C. Orr |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
May 10, 2005 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
A Custom Bar Graph Control with source code included, and an article describing how it works.
Syntax Example
With BarGraph1
.Text = "Projected revenue from software sales:"
.BorderWidth = 1
.Bars.Add(New BarGraph.cBar("2004", "gray", 10, "10K"))
.Bars.Add(New BarGraph.cBar("2005", "black", 25, "25K"))
.Bars.Add(New BarGraph.cBar("2006", "blue", 50, "50K"))
.Bars.Add(New BarGraph.cBar("2007", "red", 75, "75K"))
End With
Screenshots
Reviews
Submit a review