Gets or sets the connection template which applies to whole set of data points of series.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Object Connection { get; set; }
Visual Basic
Public Property Connection As Object
	Get
	Set

Implements

IDataSeriesInfo..::..Connection

Remarks

The connection template is used for visualizing the data series as a single visual such as line connecting the data points.

See Also