Version

ConnectWithLines Property (ScatterChartAppearance)

Flag indicates whether scatter points are connected with lines.
Syntax
'Declaration
 
Public Overridable Property ConnectWithLines As Boolean
public virtual bool ConnectWithLines {get; set;}
Remarks

When set to true, lines connecting each scatter point are drawn in the order the scatter points appear in the data source. If the lines do not connect the scatter points in the way expected, confirm that the data points have been properly ordered before charting.

This property can be employed by developers that require ScatterChart to appear as a line-equivalent chart with two continuous axes (since LineChart by definition has a discrete X-Axis).

LineAppearance
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also