Creates a Shape that represents the chart element.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract Shape CreateShape () |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function CreateShape () As Shape |
A WPF Shape object.
See Also