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
Zobject with specified properties.Declaration
Swift
public init(show: Bool? = nil, opacity: Double? = nil, scale: Double? = nil)Parameters
showSets whether or not projections are shown along the z axis.
opacitySets the projection color.
scaleSets the scale factor determining the size of the projection marker points.
View on GitHub
Install in Dash
Z Structure Reference