Marker
public struct Marker : Encodable
Undocumented
-
Sets the marker opacity of unselected points, applied only when a selection exists.
Declaration
Swift
public var opacity: Double? -
Sets the marker color of unselected points, applied only when a selection exists.
Declaration
Swift
public var color: Color? -
Sets the marker size of unselected points, applied only when a selection exists.
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 unselected points, applied only when a selection exists.
colorSets the marker color of unselected points, applied only when a selection exists.
sizeSets the marker size of unselected points, applied only when a selection exists.
View on GitHub
Install in Dash
Marker Structure Reference