Increasing
public struct Increasing : 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
Increasing
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.