Installation Instructions:
Posted by very nice on 7:10 AM with No comments
Create new project, ASP.NET Web Application.
Copy the Database folder from the .netCHARTING bundle into your project root ( for example in c:\inetpub\wwwroot\webApplication)
Copy dotnetCHARTING.dll to the bin folder within your web application (like you did for the database in step 2)
Add a reference to dotnetCHARTING.dll under the References node in Solution Explorer.
Select Customize Toolbox from Tools menu and then add the dll to Toolbox or right-click on the tool box > Add/Remove Items > .net tab > browse to the dll > click OK. For more information, see this article.
Copy and Paste the code from any of the .netCHARTING samples included in the bundle to your aspx page (you can delete any default html code which has been created through Visual Studio .NET wizard)
Create a Temp folder in the project path same as step 2 or 3 and modify the permissions to have write access (See installation for more information).
Make sure the path for database is set correctly.
When you start the project you should see a chart based on the sample code you added.
Copy the Database folder from the .netCHARTING bundle into your project root ( for example in c:\inetpub\wwwroot\webApplication)
Copy dotnetCHARTING.dll to the bin folder within your web application (like you did for the database in step 2)
Add a reference to dotnetCHARTING.dll under the References node in Solution Explorer.
Select Customize Toolbox from Tools menu and then add the dll to Toolbox or right-click on the tool box > Add/Remove Items > .net tab > browse to the dll > click OK. For more information, see this article.
Copy and Paste the code from any of the .netCHARTING samples included in the bundle to your aspx page (you can delete any default html code which has been created through Visual Studio .NET wizard)
Create a Temp folder in the project path same as step 2 or 3 and modify the permissions to have write access (See installation for more information).
Make sure the path for database is set correctly.
When you start the project you should see a chart based on the sample code you added.
0 comments:
Post a Comment