> 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/data-set.md).

# Data Set

## Description

Compiles a list of text or numbers into a Data Set with optional formatting options. 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" %}
![](/files/sGne1M8lMyzDNSpEUMk1)
{% endtab %}

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

**Nickname** | Data

**Tab** | PDF

**Panel** | Format

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

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

**C** | **Colours** *(Color)* | Optional list of colors corresponding to the values.

**L** | **Label** *(int)* | Optional data point label position.

**T** | **Title** *(string)* | An optional name for the series.
{% endtab %}

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

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

## Usage
