Contents

chartZScale(range:type:)

Configures the z scale for 3D charts.

Declaration

nonisolated func chartZScale<Range>(range: Range, type: ScaleType? = nil) -> some View where Range : PositionScaleRange

Parameters

  • range:

    The range of z positions that correspond to the scale domain. By default the range is determined by the dimension of the plot area.

  • type:

    The scale type.