StripLineSettingsModel
10 Oct 20252 minutes to read
Interface for a class StripLineSettings
Properties
border PivotChartBorderModel
Allows to customize the border of the strip line with different settings such as text, rotation, line alignment, text style and opacity in the chart.
color string
Allows to set the color of the strip line.
dashArray string
Allows to set the dash array of the strip line.
end number|Date
Allows to set the end value of the strip line.
horizontalAlignment Anchor
Allows to set 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.
isRepeat boolean
Allows to set repeated value of the strip line.
isSegmented boolean
Allows to set the isSegmented value of the strip line
opacity number
Allows to set the opacity of the strip line
repeatEvery number|Date
Allows to set the repeatEvery value of the strip line.
repeatUntil number|Date
Allows to set the repeatUntil value of the strip line.
rotation number
Allows to set the angle to which the strip line text gets rotated.
segmentAxisName string
Allows to set the segmentAxisName of the strip line.
segmentEnd number|Date
Allows to set the segmentEnd value of the strip line.
segmentStart number|Date
Allows to set the segmentStart value of the strip line.
size number
Allows to set the size of the strip line, when it starts from the origin.
sizeType SizeType
Allows to set the size type of the strip line
start number|Date
Allows to set the start value of the strip line.
startFromAxis boolean
Allows the strip line to be rendered from axis origin.
text string
Allows to set the strip line text.
textStyle PivotChartFontModel
Allows options to customize the strip line text.
verticalAlignment Anchor
Allows to set 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.
visible boolean
Allows to set the visibility of the strip line for axis to be rendered.
zIndex ZIndex
Allows to set 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.