Connector

public struct Connector : Encodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var line: DashedLine?
  • Sets the shape of connector lines.

    See more

    Declaration

    Swift

    public enum Mode : String, Encodable
  • Sets the shape of connector lines.

    Declaration

    Swift

    public var mode: Mode?
  • Determines if connector lines are drawn.

    Declaration

    Swift

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

    Declaration

    Swift

    public init(line: DashedLine? = nil, mode: Mode? = nil, visible: Bool? = nil)

    Parameters

    line

    mode

    Sets the shape of connector lines.

    visible

    Determines if connector lines are drawn.