> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/pdf-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/pdf-plus/components/format/quick-data-set.md).

# Quick Data Set

Compile data points into a Data Set

## Description

Compiles a data tree of text or numbers into a list of Data Sets with optional formatting options. &#x20;

For use with PDF+ Chart and Table components.

* Table: Each Data Set is a column in the Table
* Chart: Each Data Set is a series in the Chart

{% tabs %}
{% tab title="Preview" %}
![](https://1119373602-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOhz15O6CXZ8iS6QDDlxX%2Fuploads%2FpuRqNx6e7GCtU57SgFdD%2FFormatDataSetQuick.png?alt=media\&token=a851839d-bc58-4553-b92a-2d111746e783)
{% endtab %}

{% tab title="Location" %}
**Name** | Graph Data

**Nickname** | Data

**Tab** | PDF

**Panel** | Format

**Division** | 3
{% endtab %}

{% tab title="Inputs" %}
**V** | **Values** *(double)* | A datatree of text or numeric values.
{% endtab %}

{% tab title="Ouputs" %}
**Ds** | **DataSet** (*PDF+ DataSet*) | A PDF+ DataSet Object
{% endtab %}

{% tab title="Mode" %}
​*​No right-click options*
{% endtab %}
{% endtabs %}

## Usage

Each list will be compiled into a Data Set and the first branch of the data tree will be converted to the list.

* {A}:i\[txt] = A\[DataSet(i)]&#x20;
* {A;B}:i\[txt] = {A}:B\[DataSet(i)]&#x20;
* {A;B;C}:i\[txt] = {A;B}:B\[DataSet(i)]
