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 Chart
C#
void _ShowItemQuota()
{
    this.Text = "Item Quota";
    ShowItemQuota(new List<ItemQuotaSeries>() 
    { 
        new ItemQuotaSeries{Used = 123, Quota = 1234, Name = "Type 1"},
        new ItemQuotaSeries{Used = 123, Quota  = 2345, Name="Type 2"},
        new ItemQuotaSeries{Used = 234, Quota = 1234, Name="Type Three"},
        new ItemQuotaSeries{Used = 123, Quota = 1234, Name = "Type 4"},
        new ItemQuotaSeries{Used = 123, Quota  = 125, Name="Type 5"},
by Jerry Nixon   October 12, 2010 @ 7:42pm
764 Views
no comments
 
C#
void _ShowItemForecast()
{
    this.Text = "Item Forecast";
    ShowItemForecast(new List<ItemForecastSeries>()
    {
        new ItemForecastSeries{ Name = 0, Value = 123},
        new ItemForecastSeries{ Name = 1, Value = 234},
        new ItemForecastSeries{ Name = 2, Value = 123},
        new ItemForecastSeries{ Name = 3, Value = 234},
        new ItemForecastSeries{ Name = 4, Value = 345},
by Jerry Nixon   October 12, 2010 @ 7:38pm
578 Views
no comments
 
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
475 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