ChartIQTheme
@objc
public enum ChartIQTheme : Int
Chart theme.
-
The day option.
Declaration
Swift
case day -
The night option.
Declaration
Swift
case night -
The none option.
Declaration
Swift
case none -
Chart theme string value.
Declaration
Swift
public var stringValue: String { get }
ChartIQTheme Enumeration Reference