Sunday, March 15, 2009
Thursday, March 12, 2009
Getting started : hippochart
// create serieslist
SeriesList slist = new SeriesList();
slist.ChartType = ChartType.Column;
// create series
Series sr = new Series();
Random R = new Random();
for(int i = 0; i <5; i++>
{
SeriesItem item = new SeriesItem();
item.YValue = R.Next(50);
sr.items.Add(item);
}
// add series
slist.SeriesCollection.Add(sr);
// add serieslist
this.hHippoChart1.DrawChart(slist);
Download hippochart beta 1.1
.NET chart control : HippoChart
The Hippochart is .NET Framework 2.0-based components of chating, and supports a variety of data sources a Database, Access, XML, Excel. so that is flux in your environment You do not need to spend a lot of time to develop the way visual development with the support of the rich design time and easy code
In addition, "Hippo" has an impressive the default color and design for the end-user and various the color palette and design in harmony with the program for the developer.

In addition, "Hippo" has an impressive the default color and design for the end-user and various the color palette and design in harmony with the program for the developer.
Subscribe to:
Posts (Atom)