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
Yobject 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 y axis.
opacitySets the projection color.
scaleSets the scale factor determining the size of the projection marker points.
View on GitHub
Install in Dash
Y Structure Reference