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