Interface: PriceLineOptions
Represents a price line options.
Properties
price
• price: number
Price line's value.
defaultvalue 0
color
• color: string
Price line's color.
defaultvalue ''
lineWidth
• lineWidth: LineWidth
Price line's width in pixels.
defaultvalue 1
lineStyle
• lineStyle: LineStyle
Price line's style.
defaultvalue LineStyle.Solid
lineVisible
• lineVisible: boolean
Display line.
defaultvalue true
axisLabelVisible
• axisLabelVisible: boolean
Display the current price value in on the price scale.
defaultvalue true
title
• title: string
Price line's on the chart pane.
defaultvalue ''