StockChartStripLineSettings
23 Sep 20252 minutes to read
StockChart strip line settings
Properties
border StockChartBorderModel
Border of the strip line.
color string
Color of the strip line.
Defaults to ‘#808080’
dashArray string
Dash Array of the strip line.
Defaults to null
end Object|number|Date
End value of the strip line.
Defaults to null
horizontalAlignment Anchor
Defines the position of the strip line text horizontally. They are,
- Start: Places the strip line text at the start.
 - Middle: Places the strip line text in the middle.
 - End: Places the strip line text at the end.
 
Defaults to ‘Middle’
isRepeat boolean
isRepeat value of the strip line.
Defaults to false
isSegmented boolean
isSegmented value of the strip line.
Defaults to false
opacity number
Strip line Opacity.
Defaults to 1
repeatEvery Object|number|Date
repeatEvery value of the strip line.
Defaults to null
repeatUntil Object|number|Date
repeatUntil value of the strip line.
Defaults to null
rotation number
The angle to which the strip line text gets rotated.
Defaults to null
segmentAxisName string
segmentAxisName of the strip line.
Defaults to null
segmentEnd Object|number|Date
segmentEnd value of the strip line.
Defaults to null
segmentStart Object|number|Date
segmentStart value of the strip line.
Defaults to null
size number
Size of the strip line, when it starts from the origin.
Defaults to null
sizeType SizeType
Size type of the strip line.
Defaults to Auto
start Object|number|Date
Start value of the strip line.
Defaults to null
startFromAxis boolean
If set true, strip line get render from axis origin.
Defaults to false
text string
Strip line text.
Defaults to ’’
textStyle StockChartFontModel
Options to customize the strip line text.
verticalAlignment Anchor
Defines the position of the strip line text vertically. They are,
- Start: Places the strip line text at the start.
 - Middle: Places the strip line text in the middle.
 - End: Places the strip line text at the end.
 
Defaults to ‘Middle’
visible boolean
If set true, strip line for axis renders.
Defaults to true
zIndex ZIndex
Specifies the order of the strip line. They are,
- Behind: Places the strip line behind the series elements.
 - Over: Places the strip line over the series elements.
 
Defaults to ‘Behind’