Axis

public struct Axis : Encodable

Undocumented

  • Sets the axis type for this dimension’s generated x and y axes.

    Note that the axis type values set in layout take precedence over this attribute.

    See more

    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 type values 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 matches axis attribute in the layout with the correct axis id.

    Declaration

    Swift

    public var matches: Bool?
  • Creates Axis object with specified properties.

    Declaration

    Swift

    public init(type: Type? = nil, matches: Bool? = nil)

    Parameters

    type

    Sets the axis type for this dimension’s generated x and y axes.

    matches

    Determines whether or not the x & y axes generated by this dimension match.