# Scattered Plot chart

{% hint style="success" %}
Check out the given walk-through on how to set the Scattered Plot chart properties.
{% endhint %}

![](/files/RBWpmomxMq4gg4NFqAQ0)

A scatter plot is a two-dimensional data visualization that uses dots to represent the values obtained for two different variables - one plotted along the x-axis and the other plotted along the y-axis.&#x20;

* [ ] **Best Situation to use Scatter Plot Chart:** Scatter plots display a correlation between two variables (x and y-axis) to compare large numbers of data points without regard to time.
* [ ] **Variations of this Chart**: Bubble Plot chart (3D), Density Plot (2D)

![Scatter Plot chart](/files/wFh7SYKOjRDnOdaDUzLI)

### **Properties**

#### **General Settings**

**Exclude Global Filter**: Use a checkmark in the given box to exclude the Global filter

**Show Data Label**: Use a checkmark in the provided box to display the data label

#### **View Filter**

**Filter**: Select a filter condition using the drop-down men&#x75;**.**

{% hint style="info" %} <mark style="color:green;">Please Note</mark>

1\.    The user needs to configure the ***X-Axis Field*** information such as ***Measure*** and ***Aggregation*** to get the above-given display of the scattered points in the chart. E.g., In this case, the selected Measure value is ***ExperiencePerCTC***, and the selected Aggregation option is ***None***. &#x20;

2\.   The Scatter Plot chart displays only Measure values with the ***None*** Aggregation option selected from the drop-down.
{% endhint %}

#### **Insights**

* **Text:** Provide any information regarding the chart. If any digit or character is required to be highlighted, put it inside two asterisks. (E.g., \*70%\* or \*skills\*).
* **Text align:** There are three alignments to align the text.
  * **Left**
  * **Right**
  * **Centre**
* **Position:** There are two options to position the text.
  * **Bottom**
  * **Right**

![Properties tab for the Scattered Plot chart](/files/oZGL7H08NAaRgMfgWXQ9)

{% hint style="info" %} <mark style="color:green;">Please Note:</mark> You can choose a different color for the label and shape from the Series Properties.\
&#x20;                                          &#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdb.ai/bdb-documentation/data-visualization/self-service/chart-gallery/scattered-plot-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
