Marker

public struct Marker : Encodable

Undocumented

  • Sets the marker color of all increasing values.

    Declaration

    Swift

    public var color: Color?
  • Undocumented

    Declaration

    Swift

    public var line: Line?
  • Creates Marker object with specified properties.

    Declaration

    Swift

    public init(color: Color? = nil, line: Line? = nil)

    Parameters

    color

    Sets the marker color of all increasing values.

    line