---
title: VectorizedPointPlotContent
framework: charts
role: symbol
role_heading: Structure
path: charts/vectorizedpointplotcontent
---

# VectorizedPointPlotContent

An opaque vectorized chart content type.

## Declaration

```swift
@MainActor @preconcurrency struct VectorizedPointPlotContent<Data> where Data : RandomAccessCollection
```

## Overview

Overview Don’t use this type directly. Swift Charts automatically instantiates and consumes values of this type.

## Relationships

### Conforms To

- [ChartContent](charts/chartcontent.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VectorizedChartContent](charts/vectorizedchartcontent.md)

## See Also

### Supporting types

- [body](charts/chartcontent/body-swift.property.md)
