ChartIQLayer
@objc
public enum ChartIQLayer : Int
Chart layer.
-
The top option.
Declaration
Swift
case top -
The up option.
Declaration
Swift
case up -
The back option.
Declaration
Swift
case back -
The bottom option.
Declaration
Swift
case bottom -
Chart layer string value.
Declaration
Swift
public var stringValue: String { get }
ChartIQLayer Enumeration Reference