# Scatter and Bubble Charts

Scatter and Bubble Charts in ActiveReports.

## Content



Scatter and Bubble plots are chart types used to visualize relationships between value points. Both plots arrange data values along the vertical and horizontal axes and display points called Symbols on the intersections.

## Scatter Chart

A scatter chart visualizes relationships between two variables. The Scatter graph uses dots to represent two different numeric variables. For example, the scatter chart can be used to depict the correlation between variables like GDP per capita and life expectancy.

## Simple Scatter Chart

A Simple Scatter Plot visualizes relationships between two variables. For instance, the Simple Scatter Charts can be used to depict the correlation between life expectancy and GDP per Capita. See [Create Scatter Chart](/activereportsnet/docs/report-authors/report-controls/report-controls-page-rdl-report/chart-page-rdl/plots/scatter-bubble-dvcharts/create-scatter-chart) walkthrough to learn how to create this chart.

![Simple Scatter Chart](https://cdn.mescius.io/document-site-files/images/b298aea2-8cb8-4a0f-be88-4f54aa263ebd/images/dvchart/scatterchartfinal.png)

Simple Scatter Chart

## Bubble Chart

Bubble charts are used while plotting data points in terms of three numeric parameters. Note that the third numeric parameter is represented by the bubble's diameter. A bubble plot simply adds the third variable by encoding it into the size of the displayed symbols. For instance, the bubble chart can be used to depict the correlation between the diameter of a tree, its height, and volume.

## Simple Bubble Chart

A Simple Bubble chart adds a third variable into visualization by encoding it into the size of the showcased symbols. For instance, the simple bubble chart can be used to display the correlation between a tree's diameter, its height and volume. See [Create Bubble Chart](/activereportsnet/docs/report-authors/report-controls/report-controls-page-rdl-report/chart-page-rdl/plots/scatter-bubble-dvcharts/create-bubble-chart) walkthrough to learn how to create this chart.

![Simple Bubble Chart](https://cdn.mescius.io/document-site-files/images/b298aea2-8cb8-4a0f-be88-4f54aa263ebd/images/dvchart/bubblechartfinal.png)

Simple Bubble Chart

## Multi-Category Scatter and Bubble Charts

The Multi-Category Scatter and Bubble chart splits the data values into categories and visualizes them using the shape and color of the symbol. For example, the multi-category scatter chart can be used to display the correlation between the life expectancy and GDP per capita categorized by the continent.

![Multi-Category Scatter Chart](https://cdn.mescius.io/document-site-files/images/b298aea2-8cb8-4a0f-be88-4f54aa263ebd/images/dvchart/multicategoryscatter.png)

Multi-Category Scatter Chart

## Scatter and Bubble Plot Properties

The Scatter and Bubble Plot properties discussed below can be accessed from the Properties Panel on selecting the **Chart** > **Plot** from the **Report Explorer**. You can access some of the important properties from the Plot's Smart Panel too. See [Chart Smart Panels](/activereportsnet/docs/report-authors/report-controls/report-controls-page-rdl-report/chart-page-rdl/chart-smart-panels) topic for more information. Both the Properties Panel and the Smart Panel can be accessed by right-clicking the plot in the design area.