ScatterLine
ScatterLineSeries allow data represented as a line to be plotted against two linear axes. Each point from the line in the chart is defined by two numeric values – XValue and YValue for the horizontal and for the vertical axis respectively. This chart type is the closest resemblance of the mathematical Cartesian coordinate system. Next we create a simple chart with two lines:
Initial Setup
Figure 1: Initial Setup
ScatterLineSeries inherit from ScatterSeries thus all important properties are inherited as well. Two important properties are added for the scatter line:
Spline: Boolean property, which indicates whether the series will draw straight lines of smooth curves.
SplineTension: The property sets the tension of the spline. The property will have effect only if the Spline property is set to true.
Spline Settings
Figire 2: Spline Settings