# Θ GraphicBar

Collection: A convenience wrapper around Graphics for display in the bar component. See the [Bar - Structure](/core/components/content-bar.md) documentation to learn more about what goes into a Bar.

[Styleguide Link](https://zpl.io/V4RQ1zy)

* Parent: Multiple
* Child: [Graphic](/core/overview/graphic.md)

## Properties

### Size

* Small
* Medium
* Large
* XLarge

### Scrollable

**On** - The horizontal listing of graphics scroll off the right side of the screen and can be side-scrolled to reveal additional graphics

**Off** - The width of the bar is locked to the width of the screen and additional graphics wrap to the next row.

### Caption

**On** - The wording below the graphic is present

**Off** - No wording is displayed below the graphic


---

# 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://able.bucca.com/core/overview/graphic/graphic-bar.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.
