ChartIQDrawingParameterType
@objc
public enum ChartIQDrawingParameterType : Int
Chart drawing parameter type.
-
The fillColor option.
Declaration
Swift
case fillColor
-
The lineColor option.
Declaration
Swift
case lineColor
-
The pattern option.
Declaration
Swift
case pattern
-
The lineWidth option.
Declaration
Swift
case lineWidth
-
The family option.
Declaration
Swift
case family
-
The size option.
Declaration
Swift
case size
-
The style option.
Declaration
Swift
case style
-
The weight option.
Declaration
Swift
case weight
-
The fibs option.
Declaration
Swift
case fibs
-
The showLines option.
Declaration
Swift
case showLines
-
The waveTemplate option.
Declaration
Swift
case waveTemplate
-
The impulse option.
Declaration
Swift
case impulse
-
The corrective option.
Declaration
Swift
case corrective
-
The decoration option.
Declaration
Swift
case decoration
-
The active1 option.
Declaration
Swift
case active1
-
The active2 option.
Declaration
Swift
case active2
-
The active3 option.
Declaration
Swift
case active3
-
The color1 option.
Declaration
Swift
case color1
-
The color2 option.
Declaration
Swift
case color2
-
The color3 option.
Declaration
Swift
case color3
-
The lineWidth1 option.
Declaration
Swift
case lineWidth1
-
The lineWidth2 option.
Declaration
Swift
case lineWidth2
-
The lineWidth3 option.
Declaration
Swift
case lineWidth3
-
The pattern1 option.
Declaration
Swift
case pattern1
-
The pattern2 option.
Declaration
Swift
case pattern2
-
The pattern3 option.
Declaration
Swift
case pattern3
-
The priceBuckets option.
Declaration
Swift
case priceBuckets
-
Chart drawing parameter type string value.
Declaration
Swift
public var stringValue: String { get }