CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Pie Chart
C#
void _ShowItemDistribution()
{
    this.Text = "Item Distribution";
    ShowItemDistribution(new List<ItemDistributionSeries>()
    {
        new ItemDistributionSeries{Name = "Item 1", Value = 123},
        new ItemDistributionSeries{Name = "Item 2", Value = 234},
        new ItemDistributionSeries{Name = "Item 3", Value = 312}
    }, " Items");
}
by Jerry Nixon   October 12, 2010 @ 7:27pm
479 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate