If this is set to true, the graph line will stay continuous even if some graph point values are missing. The graph will be drawn between the last and next available graph points. If this is set to false, the graph line will break at the last available graph point and start again from the next available one.

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

Syntax

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

See Also