ChartIQChartType
@objc
public enum ChartIQChartType : Int
Chart type.
-
The candle option.
Declaration
Swift
case candle -
The bar option.
Declaration
Swift
case bar -
The coloredBar option.
Declaration
Swift
case coloredBar -
The line option.
Declaration
Swift
case line -
The vertexLine option.
Declaration
Swift
case vertexLine -
The step option.
Declaration
Swift
case step -
The mountain option.
Declaration
Swift
case mountain -
The baseline option.
Declaration
Swift
case baseline -
The hollowCandle option.
Declaration
Swift
case hollowCandle -
The volumeCandle option.
Declaration
Swift
case volumeCandle -
The coloredHLCBar option.
Declaration
Swift
case coloredHLCBar -
The scatterplot option.
Declaration
Swift
case scatterplot -
The histogram option.
Declaration
Swift
case histogram -
Chart type string value.
Declaration
Swift
public var stringValue: String { get } -
Chart type display name.
Declaration
Swift
public var displayName: String { get } -
Init chart type with string value.
Declaration
Swift
public init?(stringValue: String)Parameters
stringValueThe String Object.
ChartIQChartType Enumeration Reference