Adding C1WebChart to the Visual Studio Toolbox

Before you can use C1WebChart, you must add it to the Visual Studio Toolbox.

To manually add the C1WebChart control to the Visual Studio Toolbox:

1.   Open the Visual Studio IDE (Microsoft Development Environment). Make sure the Toolbox is visible (select Toolbox in the View menu if necessary) and right-click it to open the context menu.

2.   To make the C1WebChart component appear on its own tab in the Toolbox, select Add Tab from the context menu and type in the tab name, C1WebChart, for example.

3.   Right-click the tab where the component is to appear and select Choose Items from the context menu.

The Choose Toolbox Items dialog box opens.

4.   In the dialog box, select the .NET Framework Components tab. Sort the list by Namespace (click the Namespace column header) and check the check boxes for all components belonging to namespace C1.Web.C1WebChart. Note that there may be more than one component for each namespace.

Adding C1WebChart to the Form

To add C1WebChart to a form:

1.   Add the C1WebChart controls to the Visual Studio Toolbox.

2.   Double-click the control or drag it onto your form.

Adding a Reference to the Assembly

To add a reference to the C1.Web.C1WebChart.2 assembly:

1.   Select the Add Reference option from the Website menu of your project.

2.   Select the ComponentOne C1WebChart assembly from the list on the .NET tab or browse to find the C1.Web.C1WebChart.2.dll file and click OK.

3.   Select the Form1.vb tab or go to View|Code to open the Code Editor. At the top of the file, add the following Imports statement (using in C#):

Imports C1.Web.C1WebChart


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.