Create the Visual Studio Project/Web Site. - On the File menu, click New, and then Web Site.
- Select ASP.NET Web Site template, and choose the Language (for example C#).
- In Visual Studio, select Choose Items.
- Click on the .NET Framework Components tab.
- Select the Browse button.
- Go to the MindFusion.Charting Installation folder.
- Select the MindFusion.Charting.WebForms.dll and click OK. The MindFusion.Charting icons appear in the Toolbox:
- Drag any of the icons to the Web Form.
- In Visual Studio, on the Website menu, select Add Existing Item.
- Select MindFusion.WebForms.ChartGen.aspx located in the Installation folder
- \WebForms.ChartGen\C# or
- \WebForms.ChartGen\VB.NET
depending on your project language, and click the Add button. - Add References to the Web application as described in the previous topic.
Note |
---|
VS2003 is not supported since MindFusion.Charting version 3.2. |
|