Contents

symbolSize(_:)

Sets the plotting symbol size for the chart content according to a perceived area.

Declaration

nonisolated func symbolSize(_ area: KeyPath<Self.DataElement, CGFloat>) -> some VectorizedChartContent<Self.DataElement>

Parameters

  • area:

    The perceived area in square points. For example, a square with 10 points on each side has an area of 100 square points.

See Also

Setting symbol appearance