Contents

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.

See Also

Setting symbol appearance