Interface: StudyLinePlotDefaultPreferences
Charting Library.StudyLinePlotDefaultPreferences
Hierarchy
- 
Omit<StudyLinePlotPreferences,"color">↳
StudyLinePlotDefaultPreferences 
Properties
color
• color: string
Line color.
display
• display: StudyPlotDisplayMode
Display mode. See StudyPlotDisplayMode.
Example
StudyPlotDisplayTarget.None // Do not display the plot.
Inherited from
Omit.display
linestyle
• linestyle: LineStyle
Line style.
Inherited from
Omit.linestyle
linewidth
• linewidth: number
Line width.
Inherited from
Omit.linewidth
plottype
• plottype: LineStudyPlotStyle
Plot style.
Inherited from
Omit.plottype
showLast
• Optional Readonly showLast: number
If defined, defines the number of bars to plot on chart.
Inherited from
Omit.showLast
trackPrice
• trackPrice: boolean
Price line visibility flag.
Inherited from
Omit.trackPrice
transparency
• Optional transparency: number
Transparency. A number between 1 and 100.
Example
80
Inherited from
Omit.transparency
visible
• Optional visible: boolean
Visibility
Inherited from
Omit.visible