Interface: StudyBandPreferences
Charting Library.StudyBandPreferences
Study band style preferences.
Hierarchy
-
↳
StudyBandPreferences
Properties
color
color: string
Color.
Example
'#ffffff'.
Inherited from
id
OptionalReadonly
id: string
Band ID. Used in StudyFilledAreaInfo.objAId and StudyFilledAreaInfo.objBId.
See
StudyFilledAreaInfo
Inherited from
isHidden
OptionalReadonly
isHidden: boolean
Band style inputs visibility flag. Used to hide the band from the style tab of study properties dialogs.
Inherited from
linestyle
linestyle: number
Line style.
Example
2 // Dotted line.
Inherited from
linewidth
linewidth: number
Line width.
Inherited from
name
Readonly
name: string
Band name.
Inherited from
value
value: number
Value at which the band will be drawn.
Example
75 // Drawn at price = 75.
Inherited from
visible
visible: boolean
Band visibility flag.
Inherited from
zorder
OptionalReadonly
zorder: number
Band z-order.