Aspose.Chart could be deployed on your machine in two ways: using full MSI installer or just the single dll. Both of them are available for free download at the Aspose.Chart download page . The MSI installer, in addition to installing the component, performs the following tasks:
- Adds the assembly to the Add Reference dialog box in Visual Studio etc.
- Installs the demo projects that allow you to obtain "real" code samples.
- Installs the offline API documentation.
Installing Aspose.Chart
Using MSI Installer
- If you have a previous version of Aspose.Chart installed, please uninstall it first. See below how to remove the component from the computer.
- Visit Aspose.Chart download page and download the Aspose.Chart.msi installer that contains the latest version of the component.
- Run the downloaded file and follow the installer instructions.
- To use Aspose.Chart in your project, add a reference to it as described below.
Using DLL Only
- Visit Aspose.Chart download page and download the Aspose.Chart.zip archive that contains the latest version of the component.
- Unpack the archive into some directory on your hard drive.
- To use Aspose.Chart in your project, add a reference to it as described below.
Referencing the Component
In order to use any component in your application, you should add a reference to it. Follow these steps (assuming you use Visual Studio .NET):
- In Solution Explorer, expand the project node you want to add a reference to.
- Right-click the References node for the project and select Add Reference from the shortcut menu.
- In the Add Reference dialog box, select the .NET tab (selected by default).
- If you have used MSI installer to install Aspose.Chart, you will see Aspose.Chart in the top pane. Select it and then click the Select button.
- If you have downloaded and unpacked the dll only, locate the Aspose.Chart.dll file using the Browse button.
- Now you have referenced Aspose.Chart and it should appear in the SelectedComponents pane of the dialog box. Click OK. The Aspose.Chart reference will appear under the References node of the project.
Uninstalling Aspose.Chart
If you have used MSI installer to deploy Aspose.Chart, follow these steps to completely remove the component and the associated demos and documentation:
- From the Start menu, select Settings | Control Panel.
- Click Add/Remove Programs.
- Select Aspose.Chart.
- Click the Change/Remove button to remove Aspose.Chart.