If this is set to true, the graph will continue even through a point above the X-axis for which there is no value. The default is false, and the graph will stop at the previous value, starting again at the next available value.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Connect { get; set; }
Visual Basic (Declaration)
Public Property Connect As Boolean
Visual C++
public:
property bool Connect {
	bool get ();
	void set (bool value);
}

See Also