---
title: Plot
framework: charts
role: symbol
role_heading: Structure
path: charts/plot
---

# Plot

A mechanism for grouping chart contents into a single entity.

## Declaration

```swift
@MainActor @preconcurrency struct Plot<Content> where Content : ChartContent
```

## Topics

### Initializers

- [init(content:)](charts/plot/init(content:).md)

## Relationships

### Conforms To

- [ChartContent](charts/chartcontent.md)
- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Charts

- [Creating a chart using Swift Charts](charts/creating-a-chart-using-swift-charts.md)
- [Visualizing your app’s data](charts/visualizing-your-app-s-data.md)
- [Chart](charts/chart.md)
- [ChartContent](charts/chartcontent.md)
- [ChartContentBuilder](charts/chartcontentbuilder.md)
