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? -
Sets the marker size of selected points.
Declaration
Swift
public var size: Double? -
Creates
Markerobject with specified properties.Declaration
Swift
public init(opacity: Double? = nil, color: Color? = nil, size: Double? = nil)Parameters
opacitySets the marker opacity of selected points.
colorSets the marker color of selected points.
sizeSets the marker size of selected points.
View on GitHub
Install in Dash
Marker Structure Reference