---
title: AnyChartSymbolShape
framework: charts
role: symbol
role_heading: Structure
path: charts/anychartsymbolshape
---

# AnyChartSymbolShape

A type-erased plotting shape.

## Declaration

```swift
@frozen struct AnyChartSymbolShape
```

## Topics

### Initializers

- [init(_:)](charts/anychartsymbolshape/init(_:).md)

## Relationships

### Conforms To

- [Animatable](swiftui/animatable.md)
- [ChartSymbolShape](charts/chartsymbolshape.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Shape](swiftui/shape.md)
- [View](swiftui/view.md)

## See Also

### Mark configuration

- [MarkStackingMethod](charts/markstackingmethod.md)
- [MarkDimension](charts/markdimension.md)
- [InterpolationMethod](charts/interpolationmethod.md)
- [BasicChartSymbolShape](charts/basicchartsymbolshape.md)
- [ChartSymbolShape](charts/chartsymbolshape.md)
