PivotChartAxisStripLineSettingsModel
10 Oct 20252 minutes to read
Interface for a class PivotChartAxisStripLineSettings
Properties
border PivotChartBorderModel
Allows to set the border of the pivot chart strip line.
color string
Allows to set the color of the pivot chart strip line.
dashArray string
Allows to set the dash Array of the pivot chart strip line.
end number|Date
Allows to set the end value of the pivot chart 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 the isRepeat value of the pivot chart strip line.
isSegmented boolean
Allows to set the isSegmented value of the pivot chart strip line
opacity number
Strip line Opacity
repeatEvery number|Date
Allows to set the repeatEvery value of the pivot chart strip line.
repeatUntil number|Date
Allows to set the repeatUntil value of the pivot chart 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 pivot chart strip line.
segmentEnd number|Date
Allows to set the segmentEnd value of the pivot chart strip line.
segmentStart number|Date
Allows to set the segmentStart value of the pivot chart strip line.
size number
Allows to set the size of the pivot chart strip line, when it starts from the origin.
sizeType SizeType
Allows to set the size type of the pivot chart strip line
start number|Date
Allows to set the start value of the pivot chart strip line.
startFromAxis boolean
If set true, strip line get render from pivot chart 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
If set true, strip line for pivot chart axis renders.
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.