The StripLineSettings
class provides configuration options for strip lines in a chart.
The border
property allows customization of the border for the strip line.
It includes options to set the color and width of the border.
string
The color
property specifies the color of the strip line.
Defaults to ‘#808080’
string
Specifies the pattern of dashes and gaps used to render the strip line.
Defaults to null
Object
| number
| Date
Specifies the ending value of the strip line.
Defaults to null
Defines the position of the strip line text horizontally. Available options are:
Defaults to ‘Middle’
string
Specifies the URL of the background image for the strip line. The image will be displayed as the background.
Defaults to ”
boolean
Specifies whether the strip line is repeated at regular intervals along the axis.
Defaults to false
boolean
Specifies whether the strip line is segmented.
Defaults to false
number
Specifies the opacity for the strip line.
Defaults to 1
Object
| number
| Date
Specifies the interval at which the strip line is repeated.
Defaults to null
Object
| number
| Date
Specifies the maximum value of the interval at which the strip line is repeated.
Defaults to null
number
Defines the degree of rotation applied to the text on the strip line.
Defaults to null
string
The name of the axis where the strip line segment is applied.
Defaults to null
Object
| number
| Date
Specifies where a new segment of the strip line on the axis ends.
Defaults to null
Object
| number
| Date
Specifies where a new segment of the strip line on the axis begins.
Defaults to null
number
Specifies the size of the strip line when starting from the origin.
Defaults to null
The sizeType
property specifies how the size of the strip line is determined.
Defaults to Auto
Object
| number
| Date
Specifies the starting value of the strip line.
Defaults to null
boolean
If set to true, the strip line is rendered from the axis origin.
Defaults to false
string
Defines the text to be displayed on the strip line.
Defaults to ”
The textStyle
property enables customization of the text appearance on the strip line.
Defines the position of the strip line text vertically. Available options are:
Defaults to ‘Middle’
boolean
If set to true, the strip line on the axis will render.
Defaults to true
Specifies the order of the strip line. The options are:
Defaults to ‘Behind’