Diagonal

public struct Diagonal : Encodable

Undocumented

  • Determines whether or not subplots on the diagonal are displayed.

    Declaration

    Swift

    public var visible: Bool?
  • Creates Diagonal object with specified properties.

    Declaration

    Swift

    public init(visible: Bool? = nil)

    Parameters

    visible

    Determines whether or not subplots on the diagonal are displayed.