StripLineSegmentProps

Configures a segmented strip line that is rendered only within the specified range

Props

The following table outlines the props for the StripLineSegmentProps:

NameTypeDefaultDescription
axisName
string
-

Specifies the name of the axis that will define the visible range of the strip line.

end
Object | number | Date
-

Defines the ending value for the segment on the axis specified by axisName.

isEnabled
boolean
-

Enables or disables the segmented strip line feature.

start
Object | number | Date
-

Defines the starting value for the segment on the axis specified by axisName.