Interface: StudyBandDefaultStyle
Charting Library.StudyBandDefaultStyle
Hierarchy
-
Omit<StudyBandStyle,"color">↳
StudyBandDefaultStyle
Properties
color
color: string
Color.
Example
'#ffffff'.
linestyle
linestyle: number
Line style.
Example
2 // Dotted line.
Inherited from
Omit.linestyle
linewidth
linewidth: number
Line width.
Inherited from
Omit.linewidth
value
value: number
Value at which the band will be drawn.
Example
75 // Drawn at price = 75.
Inherited from
Omit.value
visible
visible: boolean
Band visibility flag.
Inherited from
Omit.visible