.Net Chart Control A powerful component for convenient charting.
More
convenience more functionality in Ver. 3.5 |
|||||||
|
|
Load Chart Data from Data Table |
| Click
here to get sample solution for .NET Framework 1.1 (VS 2003). Click here to get sample solution for .NET Framework 2.0 (VS 2005). |
|
Probably it’s a most common use of the chart component. There are 2 different ways how you can use data from the DataTable object with the chart control:
In case you are using Chart Data Binding object chart XML document should contain only layout description. Data section shouldn’t exist or should be empty. The chart XML document can be as easy as the following: <?xml version="1.0" encoding="utf-8" ?> <Charts> <ComponentLayout> </ComponentLayout> <Chart> <Layout Type="Bar"> </Layout> </Chart> </Charts> Or it can contain total layout definition. Of cause, you can use themes to decorate chart. In that case you should apply theme before data would be loaded or reload data after theme would be applied. To load data from the Chart Data Binding object you should do the following:
If you’d like to use XSLT transformation you should perform the following steps:
Back to main page of .Net Chart |
| Click
here to get sample solution for .NET Framework 1.1 (VS 2003). Click here to get sample solution for .NET Framework 2.0 (VS 2005). |
|
|
| Copyright © 1994-2005 .Net Charting Software Inc. | Division of ASE | contact us | about us | clients | privacy policy | Add link | .Net resources | Free services |