# Bubble Charts

## Content



A Bubble chart combines two independent values to supply both the point y value and the point sizes. Bubble charts are used to represent an additional data value at each point by changing its size. The Y array elements determine the Cartesian position (as in a XY-Plot chart), and the Y1 element values determine the size of the bubble at each point. The size of the points can be encoded according to area or diameter. Using the [LineStyle](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.LineStyle.html) and [SymbolStyle](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.SymbolStyle.html) properties, the symbol style and color, and the appearance of connecting lines appear can be specified. For more information, see [Line and Symbol Styles for the Series](/componentone/docs/win/online-chart2d/customizingchartelem/lineandsymbolstylesf).

<br />![](https://cdn.mescius.io/document-site-files/images/70bd33a2-280e-4cc3-a1c0-7b827eceb8aa/imagesext/image9_54.png)

### To set the chart type to Bubble at design time

*   Expand the ChartGroups node in the Properties window. Open the **ChartGroups Collection Editor** by clicking the **ellipsis** button. In the right pane of the editor, set the [ChartType](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartGroup.ChartType.html) property to **Bubble**.
*   An alternate method to change chart type is to right-click the existing chart and select **Chart Properties**. From the Gallery, select [ChartType](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartGroup.ChartType.html) as XY-Plot and Chart sub-type as **Bubble**.
*   Another alternate method is to select **Chart Properties** from the Properties pane. From the Gallery, select [ChartType](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartGroup.ChartType.html) as XY-Plot and Chart sub-type as **Bubble**.

## See Also

[Bubble Chart Programming Considerations](/componentone/docs/win/online-chart2d/specific2dcharts/bubblecharts/bubblechartprogrammi)

[Special Bubble Chart Properties](/componentone/docs/win/online-chart2d/specific2dcharts/bubblecharts/specialbubblechartpr)