PointType
public enum PointType
Style of the point marks
case filled // Just fill
case outline // Just stroke
case filledOutLine // Both fill and stroke
-
Just fill
Declaration
Swift
case filled -
Just stroke
Declaration
Swift
case outline -
Both fill and stroke
Declaration
Swift
case filledOutLine