Corda.com

 

.NET Component (PopChart)

< BACK TO QUICK START INDEX

These instructions will help you deploy a simple bar graph using Visual Studio.NET. These instructions are somewhat abbreviated. If you would like a more detailed tutorial, view the .NET Component guide in the PopChart+OptiMap Web Development manual.

  1. Download and Install Corda Server.
  2. Click here to download.

  3. Start Visual Studio.
  4. Add the Corda Web Control to your project.
  5. To do this, open the ToolBox, right click and select Customize ToolBox. Select the .Net Framework Components tab, and then click the Browse... button. Browse to and select the CordaWebControls.dll file in the Corda60/dev_tools/embedder/dotnet/WebControl/bin folder.

  6. You should now have a PopChart object in your ToolBox.
  7. Drag the PopChart object onto your WebForm to create a chart.

You can customize this graph by selecting it and editing the fields in its Properties menu. When you are done customizing your page and the graph, publish the page to see your graph on the web.

To learn how to connect the PopChart object to a live data source, click on the link below.