X
public struct X : Encodable
Undocumented
-
Determines whether or not slice planes about the x 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 x except start and end.
Declaration
Swift
public var locations: [Double]? -
Creates
Xobject 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 x 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
X Structure Reference