---
title: MarkStackingMethod
framework: charts
role: symbol
role_heading: Structure
path: charts/markstackingmethod
---

# MarkStackingMethod

The ways in which you can stack marks in a chart.

## Declaration

```swift
@frozen struct MarkStackingMethod
```

## Topics

### Type Properties

- [center](charts/markstackingmethod/center.md)
- [normalized](charts/markstackingmethod/normalized.md)
- [standard](charts/markstackingmethod/standard.md)
- [unstacked](charts/markstackingmethod/unstacked.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Mark configuration

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