Marker
public struct Marker : Encodable
Undocumented
-
Sets the color of each sector.
If not specified, the default trace color set is used to pick the sector colors.
Declaration
Swift
public var colors: [Double]? -
Undocumented
Declaration
Swift
public var line: VariableLine? -
Creates
Markerobject with specified properties.Declaration
Swift
public init(colors: [Double]? = nil, line: VariableLine? = nil)Parameters
colorsSets the color of each sector.
line
View on GitHub
Install in Dash
Marker Structure Reference