Z
public struct Z : Encodable
Undocumented
-
Determines whether or not slice planes about the z dimension are drawn.
Declaration
Swift
public var show: Bool? -
Specifies the location(s) of slices on the axis.
When not specified slices would be created for all points of the axis z except start and end.
Declaration
Swift
public var locations: [Double]? -
Creates
Zobject with specified properties.Declaration
Swift
public init(show: Bool? = nil, locations: [Double]? = nil, fill: Double? = nil)Parameters
showDetermines whether or not slice planes about the z dimension are drawn.
locationsSpecifies the location(s) of slices on the axis.
fillSets the fill ratio of the
slices.
View on GitHub
Install in Dash
Z Structure Reference