Contents

chartSymbolScale(domain:)

Configures the symbol style scale for charts.

Declaration

nonisolated func chartSymbolScale<Domain>(domain: Domain) -> some View where Domain : ScaleDomain

Parameters

  • domain:

    The possible data values plotted as symbols in the chart. You can define the domain with an array for categorical values (e.g., ["A", "B", "C"])

See Also

Symbol scales