chartLineStyleScale(_:)
Configures the line style scale for charts.
Declaration
nonisolated func chartLineStyleScale<DataValue>(_ mapping: KeyValuePairs<DataValue, StrokeStyle>) -> some View where DataValue : Plottable
Parameters
- mapping:
Maps data categories to line styles.