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 Marker object with specified properties.

    Declaration

    Swift

    public init(colors: [Double]? = nil, line: VariableLine? = nil)

    Parameters

    colors

    Sets the color of each sector.

    line