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
X
object with specified properties.Declaration
Swift
public init(show: Bool? = nil, locations: [Double]? = nil, fill: Double? = nil)
Parameters
show
Determines whether or not slice planes about the x dimension are drawn.
locations
Specifies the location(s) of slices on the axis.
fill
Sets the fill ratio of the
slices
.