Create plot element based on specified template and style.

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

Syntax

C#
protected IPlotElement CreateElement(
	Object element,
	Style style
)
Visual Basic
Protected Function CreateElement ( _
	element As Object, _
	style As Style _
) As IPlotElement

Parameters

element
Type: System..::..Object
style
Type: System.Windows..::..Style

Return Value

See Also