StripLineRangeProps
Defines the axis range for a strip line.
Props
The following table outlines the props for the StripLineRangeProps:
| Name | Type | Default | Description |
|---|---|---|---|
| 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 |
| sizeType | - | Specifies how the | |
| start | Object | number | Date | - | Specifies the starting value of the strip line on the axis. |