Y

public struct Y : Encodable

Undocumented

  • Sets whether or not projections are shown along the y axis.

    Declaration

    Swift

    public var show: Bool?
  • Sets the projection color.

    Declaration

    Swift

    public var opacity: Double?
  • Sets the scale factor determining the size of the projection marker points.

    Declaration

    Swift

    public var scale: Double?
  • Creates Y object with specified properties.

    Declaration

    Swift

    public init(show: Bool? = nil, opacity: Double? = nil, scale: Double? = nil)

    Parameters

    show

    Sets whether or not projections are shown along the y axis.

    opacity

    Sets the projection color.

    scale

    Sets the scale factor determining the size of the projection marker points.