ScatterLineSeries Constructors
Displays data as a collection of points connected by a line, in the order they were indexed (opposite to LineSeries that automatically sorts all series points within the collection by their arguments).| Name | Description |
|---|---|
| ScatterLineSeries() | Initializes a new instance of the ScatterLineSeries class with default settings. |
See Also