symbol(by:)
Represents data using different kinds of symbols.
Declaration
nonisolated func symbol<D>(by value: PlottableValue<D>) -> some ChartContent where D : Plottable
Parameters
- value:
The data value.
valuemust be categorial, such asString.
Represents data using different kinds of symbols.
nonisolated func symbol<D>(by value: PlottableValue<D>) -> some ChartContent where D : Plottable
The data value. value must be categorial, such as String.