Renders connection and returns the created element.

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

Syntax

C#
protected PlotElement RenderConnection(
	DataSeries ds,
	RenderContext rc,
	int i
)
Visual Basic
Protected Function RenderConnection ( _
	ds As DataSeries, _
	rc As RenderContext, _
	i As Integer _
) As PlotElement

Return Value

See Also