StripLineSegmentProps
Configures a segmented strip line that is rendered only within the specified range
Props
The following table outlines the props for the StripLineSegmentProps:
| Name | Type | Default | Description |
|---|---|---|---|
| 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 |
| 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 |