symbol(symbol:)
Sets a SwiftUI view to use as the symbol for the chart content.
Declaration
nonisolated func symbol<V>(@ViewBuilder symbol: () -> V) -> some ChartContent where V : View
Parameters
- symbol:
The view to use as the plotting symbol.
Sets a SwiftUI view to use as the symbol for the chart content.
nonisolated func symbol<V>(@ViewBuilder symbol: () -> V) -> some ChartContent where V : View
The view to use as the plotting symbol.