Renders the element and add it to the specified list.

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

Syntax

C#
protected UIElement RenderElement(
	List<UIElement> objects,
	IPlotElement pe,
	DataSeries ds,
	RenderContext rc,
	ShapeStyle shapeStyle,
	DataPoint dp
)
Visual Basic
Protected Function RenderElement ( _
	objects As List(Of UIElement), _
	pe As IPlotElement, _
	ds As DataSeries, _
	rc As RenderContext, _
	shapeStyle As ShapeStyle, _
	dp As DataPoint _
) As UIElement

See Also