Contents

chartSymbolScale(mapping:)

Configures the symbol scale for charts.

Declaration

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

Parameters

  • mapping:

    Maps data categories to symbol shapes.

See Also

Symbol scales