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