StripLineStyleProps

Configures the visual styling of the strip line.

Props

The following table outlines the props for the StripLineStyleProps:

NameTypeDefaultDescription
border
-

Configures the border properties of the strip line, such as color and width.

color
string
-

Sets the background color of the strip line.

dashArray
string
-

Defines a dash pattern for the strip line's border (e.g., "10,5").

imageUrl
string
-

Specifies a URL for a background image to be displayed within the strip line.

opacity
number
-

Sets the opacity of the strip line, ranging from 0 (transparent) to 1 (opaque).

zIndex
-

Controls the rendering order of the strip line relative to the chart series. Use 'Behind' to draw it behind the series or 'Over' to draw it in front.