Decreasing

public struct Decreasing : Encodable

Undocumented

  • Sets the symbol to display for increasing value

    Declaration

    Swift

    public var symbol: String?
  • Sets the color for increasing value.

    Declaration

    Swift

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

    Declaration

    Swift

    public init(symbol: String? = nil, color: Color? = nil)

    Parameters

    symbol

    Sets the symbol to display for increasing value

    color

    Sets the color for increasing value.