Create symbol shape based on the specified shape style.

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

Syntax

C#
protected virtual Shape CreateSymbolShape(
	ShapeStyle shapeStyle
)
Visual Basic
Protected Overridable Function CreateSymbolShape ( _
	shapeStyle As ShapeStyle _
) As Shape

Parameters

shapeStyle
Type: C1.Silverlight.Chart..::..ShapeStyle

Return Value

See Also