---
title: "PlotStyle"
---

# PlotStyle

Style of a plot series.

**Kind:** enum

**Variants**

| Name | Description |
| --- | --- |
| `Line` | Line plot. |
| `LineBr` | Line plot that breaks on na. |
| `Area` | Area plot. |
| `AreaBr` | Area plot that breaks on na. |
| `Circles` | Circles plot. |
| `Columns` | Columns plot. |
| `Cross` | Cross plot. |
| `Histogram` | Histogram plot. |
| `Stepline` | Step line plot. |
| `SteplineDiamond` | Step line with diamond markers. |
| `SteplineBr` | Step line that breaks on na. |
