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

# symbolSize(by:)

Represents data using symbol sizes.

## Declaration

```swift
nonisolated func symbolSize(by value: PlottableProjection<Self.DataElement, some Plottable>) -> some VectorizedChartContent<Self.DataElement>

```

## Parameters

- `value`: The data value to encode by size.

## See Also

### Encoding data into mark characteristics

- [foregroundStyle(by:)](charts/vectorizedchartcontent/foregroundstyle(by:).md)
- [lineStyle(by:)](charts/vectorizedchartcontent/linestyle(by:).md)
- [symbol(by:)](charts/vectorizedchartcontent/symbol(by:).md)
