Axis
public struct Axis : Encodable
Undocumented
-
Sets the axis type for this dimension’s generated x and y axes.
Note that the axis
See moretypevalues set in layout take precedence over this attribute.Declaration
Swift
public enum ScatterPlotMatrix.Dimension.Axis.`Type` : String, Encodable -
Sets the axis type for this dimension’s generated x and y axes.
Note that the axis
typevalues set in layout take precedence over this attribute.Declaration
Swift
public var type: Type? -
Determines whether or not the x & y axes generated by this dimension match.
Equivalent to setting the
matchesaxis attribute in the layout with the correct axis id.Declaration
Swift
public var matches: Bool? -
Creates
Axisobject with specified properties.Declaration
Swift
public init(type: Type? = nil, matches: Bool? = nil)Parameters
typeSets the axis type for this dimension’s generated x and y axes.
matchesDetermines whether or not the x & y axes generated by this dimension match.
View on GitHub
Install in Dash
Axis Structure Reference