# Cell Graphics

## Description

Modify the individual graphics of each item of a data series

{% tabs %}
{% tab title="Preview" %}
![](https://97674526-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQQ5Dv56AckPkeQ6O9Rf%2Fuploads%2F5Bl7bsChfTOrda2sFbyj%2FUi-CellGraphics.png?alt=media\&token=63f902ef-5ab8-4138-9169-95526888b278)
{% endtab %}

{% tab title="Location" %}
**Name** | Ui Cell Graphics

**Nickname** | Cell Graphics

**Tab** | Ui

**Panel** | Chart

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**Ds** | **Data Series** (*Ui+ Data Series*) | A Ui Data Series object to modify

**F** | **Fill Colors** (*Colour*) | The background color

**T** | **Text Colors** (*Colour*) | The foreground color

**S** | **Stroke Colors** (*Colour*) | The stroke color

**W** | **Stroke Weights** (*Number*) | The stroke weight
{% endtab %}

{% tab title="Ouputs" %}
**Ds** | **Data Series** (*Ui+ Data Series*) | The updated Ui Data Series object
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Currently Cell Graphics can only be used with the [**Grid Chart**](https://interopxyz.gitbook.io/ui-plus/components/chart/grid-chart)
{% endhint %}

## Usage

![](https://97674526-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQQ5Dv56AckPkeQ6O9Rf%2Fuploads%2FlJsf93hhfCbGBffJWTnO%2Fimage.png?alt=media\&token=b463e0dc-6e52-4a4a-b1a4-6ecf67963482)


---

# 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://interopxyz.gitbook.io/ui-plus/components/chart/cell-graphics.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.
