Contents

chartSymbolScale(_:)

Configures the symbol scale for charts.

Declaration

nonisolated func chartSymbolScale<DataValue, S>(_ mapping: KeyValuePairs<DataValue, S>) -> some View where DataValue : Plottable, S : ChartSymbolShape

Parameters

  • mapping:

    Maps data categories to symbol shapes.

See Also

Symbol scales