Z
public struct Z : Encodable
Undocumented
-
Sets whether or not projections are shown along the z 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
Z
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 z axis.
opacity
Sets the projection color.
scale
Sets the scale factor determining the size of the projection marker points.