> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/self-service-visualization-5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/self-service-visualization-5/design-canvas/series-properties.md).

# Series Properties

{% hint style="success" %}
*Check out the walk-through on configuring the Series Properties for a selected measure in a View.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxZF8YGlESz97qqyTOJvz%2Fuploads%2Fo9mj8W5aYjDobDMqGrqr%2FSeries%20Properties.mp4?alt=media&token=a65cb3ef-8e85-4461-ace7-568e7f01f2fc>" %}
***Series Properties***
{% endembed %}

The users can configure and modify various measure-related properties through the ***Series Properties*** window.

* Navigate to the ***Design page*** for a view with one or more selected measure values.
* Click the ***Series Properties*** option provided next to a dragged measure.
* A tab opens by the default name of the selected measure.

<figure><img src="/files/jLMZTLo5fkxP4QO8v33p" alt=""><figcaption></figcaption></figure>

* The users can set the following properties from a pop-up window for a mixed chart with two measures dragged on the workspace:

  * **Aggregation**: Select an aggregation option from the drop-down menu (the given choices are: Sum, Min, Max, Variance, Mean, Standard Deviation, and Cumulative Sum)
  * **Display Name**: Enter the title for the measure to be displayed in the data label
  * **Series Type**: Choose a series-type format for the selected measure
  * **Point Shape**: Select a point shape from the drop-down menu. (the given choices are: Cross, Cube, Hexagon, Point, Quad, Star, and Triangle)&#x20;
  * **Line Type**: Select a line type from the drop-down menu (the given choices are: Straight, Dot, Dash, Dash1)
  * **Axis**: Select an axis out of the given choices (the users need to enable the ***Secondary Value Axis*** to get the ***Axis*** option in the Series Properties window)
  * **Color:** Select the color of the chart presentation from the given menu
  * **Data Label Color**: Choose a color for the data label from the given menu
  * **Data Label Position:** Select a position to display the data label (the given choices are: Top, Middle, Bottom)

  <figure><img src="/files/BeQDAO4GdrWMkp5cuPeV" alt=""><figcaption></figcaption></figure>

  * **Conditional Colors**: Click the Conditional  Colors icon to insert a new condition.
  * Configure the below-given fields to apply a new condition on the selected measure.
    * ***Operator***- Select an operator from the drop-down menu (the supported operations are <, <=, >, >=, ==, !=).
    * ***Compared To*** - Set a value to which the operator can be applied.
    * ***Color***- Choose a color to be applied when the set condition is met.
  * Click the ***Save*** option.

<figure><img src="/files/lV31hU5F3nceM4o8PXkF" alt=""><figcaption></figcaption></figure>

* *The user can provide multiple conditions for a single measure column.*

<figure><img src="/files/Qh5IKvxgzDYbDQoY4Zjh" alt=""><figcaption><p><em><strong>Multiple Conditions applied using the Conditional Colors option</strong></em></p></figcaption></figure>

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

* The ***Series Properties*** may differ as per the selected chart components.
* Users must enable the ***Secondary Value Axis*** from the ***Properties*** tab to get the ***Axis*** field in the Series Properties.
* Users can change or modify the ***View title*** by clicking on the edit options next to the View name.
* Click the ***Edit*** icon > Modify/change the title for the selected measure or dimension > click the ***Checkmark*** icon to save the change and the ***Close mark*** icon for not to save the change.
  {% endhint %}


---

# 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.bdb.ai/self-service-visualization-5/design-canvas/series-properties.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.
