Contents

chartSymbolSizeScale(range:type:)

Configures the symbol size scale for charts.

Declaration

nonisolated func chartSymbolSizeScale<Range>(range: Range, type: ScaleType? = nil) -> some View where Range : ScaleRange, Range.VisualValue == CGFloat

Parameters

  • range:

    The range of symbol size that correspond to the scale domain.

  • type:

    The scale type.

See Also

Symbol size scales