var fDesc=new Array(); fDesc[0] = "With Chart FX Lite for .NET, Visual Studio®.NET Windows Forms developers can employ (for free) many of the powerful features available from the most respected technology in the component industry.

Software FX is offering a free charting solution for Windows Forms created with Visual Studio.Net or C# Builder. With Chart FX Lite for .NET you will be able to integrate basic charting capabilities into your Windows Forms applications. Whether you code in C# or VB.NET, you will find Chart FX Lite for .NET is an extremely versatile charting control that can be deployed and redistributed for free.

Main Features:

- Royalty-Free Distribution
- 2D & 3D Line
- Bar
- Combination
- Pie and Area Charts
- Gridline & Axis Manipulation
- Ability to Pass Data Through the API or DataSets
- Customizable Axis Labels
- Included Sample Code & Knowledge Base
- Easy Data Population through API or Dataset
Scrolling Capability
- Forward Code Compatibility for Easy Migration to Other Chart FX Products"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }