Marker
public struct Marker : Encodable
Undocumented
-
Sets the marker opacity of selected points.
Declaration
Swift
public var opacity: Double?
-
Sets the marker color of selected points.
Declaration
Swift
public var color: Color?
-
Creates
Marker
object with specified properties.Declaration
Swift
public init(opacity: Double? = nil, color: Color? = nil)
Parameters
opacity
Sets the marker opacity of selected points.
color
Sets the marker color of selected points.