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

Creates a Shape that represents the line element.

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

 Syntax

C#  Copy Code

public override Shape CreateShape ()

Visual Basic  Copy Code

Public Overrides Function CreateShape () As Shape

 Return Value

A System.Windows.Shapes.Shape object.

 Remarks

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

 See Also

Line Members
Line Class
MindFusion.Charting.Silverlight Namespace