symbol(_:)
Sets a plotting symbol type for the chart content.
Declaration
nonisolated func symbol<S>(_ symbol: S) -> some ChartContent where S : ChartSymbolShape
Parameters
- symbol:
The symbol.
Sets a plotting symbol type for the chart content.
nonisolated func symbol<S>(_ symbol: S) -> some ChartContent where S : ChartSymbolShape
The symbol.