Decreasing

public struct Decreasing : Encodable

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public struct Line : Encodable
  • Undocumented

    Declaration

    Swift

    public var line: Line?
  • Sets the fill color.

    Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.

    Declaration

    Swift

    public var fillColor: Color?
  • Creates Decreasing object with specified properties.

    Declaration

    Swift

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

    Parameters

    line

    fillColor

    Sets the fill color.