> For the complete documentation index, see [llms.txt](https://docs.getinfinity.app/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getinfinity.app/user-guide/comprehensive-user-guide/2.-charts/chart-customization/customizing-chart-with-advanced-editor-panel/styles/series.md).

# Series

The **Series** section in the chart settings allows users to customize the appearance and behavior of each data series individually. This includes applying settings such as colors, labels, symbols, and line styles. The settings available will vary depending on the type of chart being used.

***

#### **How to Access Series Settings**

1. Open the **Advanced Editor**.
2. Navigate to the **Styles** tab.
3. Locate and expand the **Series** section.

<figure><img src="/files/85JCq5CWfY0oS56QFaL8" alt="" width="157"><figcaption></figcaption></figure>

<figure><img src="/files/4ik6VlqhBydRTM0rxVCP" alt="" width="162"><figcaption></figcaption></figure>

#### **Series Settings Overview**

| **Feature**        | **Description**                                                                                    |
| ------------------ | -------------------------------------------------------------------------------------------------- |
| **Apply To**       | Select which series (e.g., Sales, Discount) the settings will apply to.                            |
| **Decimals**       | Define the number of decimal places displayed in the series data labels (Unset, 0, 1, 2, 3, etc.). |
| **Secondary Axis** | Toggle to assign the series to the **secondary Y-axis** for dual-axis charts.                      |
| **Color**          | Pick a color for the series to distinguish it visually in the chart.                               |

***

#### **Label Customization**

The **Label** section allows users to control how data labels are displayed on the series.

<figure><img src="/files/ciwIXbgI5xbzQignwQjL" alt="" width="143"><figcaption></figcaption></figure>

| **Feature**       | **Description**                                             |
| ----------------- | ----------------------------------------------------------- |
| **Show**          | Toggle to enable or disable labels on the data points.      |
| **Color**         | Select the text color for the label.                        |
| **Position**      | Choose where the label appears (top, bottom, inside, etc.). |
| **Rotation**      | Adjust the label orientation with a slider.                 |
| **Font & Size**   | Select a font type and adjust the text size.                |
| **Bold / Italic** | Apply bold or italic formatting.                            |
| **Format**        | Choose the number format (None, Percent, Currency).         |

***

#### **Symbol Customization**

This setting controls how markers are displayed in the chart.

<figure><img src="/files/q3RyKEVCwyy3xTMdq057" alt="" width="139"><figcaption></figcaption></figure>

| **Feature**     | **Description**                                                             |
| --------------- | --------------------------------------------------------------------------- |
| **Show**        | Toggle to enable or disable symbols for data points.                        |
| **Symbol Type** | Choose from multiple marker shapes (circle, rect, triangle, diamond, etc.). |
| **Size**        | Adjust the size of the symbol.                                              |
| **Color**       | Select a color for the symbol.                                              |

***

#### **Style Configuration**

This setting is available for line charts and determines how the lines are displayed.

<figure><img src="/files/XRQktf2nzSKqFB75tVGJ" alt="" width="144"><figcaption></figcaption></figure>

| **Feature** | **Description**                                      |
| ----------- | ---------------------------------------------------- |
| **Width**   | Adjust the thickness of the line.                    |
| **Type**    | Choose between solid, dashed, or dotted line styles. |
| **Color**   | Select a custom line color.                          |

***

The **Series** section provides powerful customization options to fine-tune how each data series appears in the chart. Users can assign series to different axes, adjust label formatting, choose different marker symbols, and modify line styles for better data visualization.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.getinfinity.app/user-guide/comprehensive-user-guide/2.-charts/chart-customization/customizing-chart-with-advanced-editor-panel/styles/series.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
