StripLineRangeProps

Defines the axis range for a strip line.

Props

The following table outlines the props for the StripLineRangeProps:

NameTypeDefaultDescription
end
Object | number | Date
-

Specifies the ending value of the strip line on the axis.

shouldStartFromAxis
boolean
-

Determines whether the strip line should originate from the axis origin (zero).

size
number
-

Determines the width or height of the strip line, calculated from the start value.

sizeType
-

Specifies how the size property is interpreted (e.g., as pixels or axis units).

start
Object | number | Date
-

Specifies the starting value of the strip line on the axis.