ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / Chart Extenders / C1BubbleChart Extender / C1BubbleChartExtender Tutorial / Step 2 of 3: Adding Data to the Chart
In This Topic
    Step 2 of 3: Adding Data to the Chart
    In This Topic

    In this topic you will set some of the properties to add data to the C1BubbleChartExtender.

    1.        Select View | Properties Window in the Visual Studio menu.

    2.        Click the drop-down list at the top of the Properties window and select Panel1_C1BubbleChartExtender.

    3.        Expand the Header node and enter Sales next to the Text property.

    4.        Click the ellipsis button next to the SeriesList property. The ChartSeries Collection Editor dialog box opens.

    a.        Click Add to add a new member.

    b.       Expand the Data node and enter the following values next to DoubleValues.

    Axis Values
    X

    5, 14, 20, 18, 22

    Y

    5500, 12200, 60000, 24400, 32000

    Y1

    3, 12, 33, 10, 42

    c.        Click OK to close the BubbleChartSeries Collection Editor.

    Now run the project to see the bubble chart.