---
title: "symbolSize(_:)"
framework: charts
role: symbol
role_heading: Instance Method
path: "charts/vectorizedchartcontent/symbolsize(_:)-12tl1"
---

# symbolSize(_:)

Sets the plotting symbol size for the chart content.

## Declaration

```swift
nonisolated func symbolSize(_ size: KeyPath<Self.DataElement, CGSize>) -> some VectorizedChartContent<Self.DataElement>

```

## Parameters

- `size`: The symbol’s bounding box’s dimensions.

## See Also

### Setting symbol appearance

- [symbol(by:)](charts/vectorizedchartcontent/symbol(by:).md)
- [symbolSize(_:)](charts/vectorizedchartcontent/symbolsize(_:)-3nwop.md)
