MindFusion.Charting for Silverlight Programmer's Guide
ChartElement.CreateShape Method
See Also
 






Creates a Shape that represents the chart element.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public abstract Shape CreateShape ()

Visual Basic  Copy Code

Public MustOverride Function CreateShape () As Shape

 Return Value

An instance of the System.Windows.Shape class.

 Remarks

This method is used internally by the control and is not intended to be called by your code.

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting.Silverlight Namespace