Contents

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. value must be categorial, such as String.

See Also

Encoding data into mark characteristics