Contents

chartLineStyleScale(mapping:)

Configures the line style scale for charts.

Declaration

nonisolated func chartLineStyleScale<DataValue>(mapping: @escaping (DataValue) -> StrokeStyle) -> some View where DataValue : Plottable

Parameters

  • mapping:

    Maps data categories to line styles.

See Also

Line style scales