EdgeShape
public enum EdgeShape : String, Encodable
Determines which shape is used for edges between barpath
labels.
-
Undocumented
Declaration
Swift
case greaterThan = ">"
-
Undocumented
Declaration
Swift
case lessThan = "<"
-
Undocumented
Declaration
Swift
case bar = "|"
-
Undocumented
Declaration
Swift
case forwardSlash = "/"
-
Undocumented
Declaration
Swift
case backwardSlash = "\\"