Chinese German Japanese Korean French Italian Portuguese Spanish
A Site for .NET Smart Device Software Developers
 Feel free to browse the available .NET Smart Device controls & components for the .NET Compact Framework
 All controls have design time support for Visual Studio .NET, 2005 & 2008.
 All controls are written in fully managed code, are royalty free and support is all part of the purchase!
 Why create your own controls when it has been done for you here at a fraction of the cost?
 
Chart Control Collection (Bar, Line, Scatter & Pie) w/design support

Features:
Advanced Charts combined into one convenient library
Bar Chart functionality can be reviewed here
Line/Scatter Chart functionality can be reviewed here
Pie Chart functionality can be reviewed here

DOWNLOAD

Download Demo

Buy Binaries ($99.95)
Includes compiled runtime and design time .DLL's

Buy Full Source & Binaries - C# ($249.95)
Includes Visual Studio 2003 & 2005 solutions
to compile runtime and design time .DLL's.

Developer Demo Request
Name:
Email:
Control:
If your control is not delivered...
please send request

Example Code:

private void LoadChart()
{
  chart1.ClearAll();

  Series s = new Series("Cereal 1", ChartType.Line);

  s.AddXY(1, "1999");
  s.AddXY(2, "2000");
  s.AddXY(3, "2001");
  s.AddXY(4, "2002");

  chart1.AddSeries(s);

  chart1.Refresh();
}

TOP
Contact Us
©2004-2007 PocketPC Controls.com