Documentation / @ripl/charts / LineStyleSegment
Interface: LineStyleSegment<TData> ​
Defined in: charts/src/core/options.ts:777
A span of a series line, anchored to data keys, stroked with its own style.
Type Parameters ​
| Type Parameter |
|---|
TData |
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
from? | LineStyleBound<TData> | Key of the point the span starts at; the start of the line when omitted. | charts/src/core/options.ts:779 |
style | LineStyle | Dash style stroked over the span. | charts/src/core/options.ts:783 |
to? | LineStyleBound<TData> | Key of the point the span ends at, inclusive; the end of the line when omitted. | charts/src/core/options.ts:781 |