Marker
public struct Marker : Encodable
Undocumented
-
Undocumented
Declaration
Swift
public var line: VariableLine? -
Sets the opacity of the locations.
Declaration
Swift
public var opacity: Data<Double>? -
Creates
Markerobject with specified properties.Declaration
Swift
public init(line: VariableLine? = nil, opacity: Data<Double>? = nil)Parameters
lineopacitySets the opacity of the locations.
View on GitHub
Install in Dash
Marker Structure Reference