ChartIQLineType
@objc
public enum ChartIQLineType : Int
Chart line type.
-
The solid option.
Declaration
Swift
case solid -
The dotted option.
Declaration
Swift
case dotted -
The dashed option.
Declaration
Swift
case dashed -
Chart line type string value.
Declaration
Swift
public var stringValue: String { get } -
Init chart line type with string value.
Declaration
Swift
public init?(stringValue: String)Parameters
stringValueThe String Object.
ChartIQLineType Enumeration Reference