Gets or sets the shape that represents this ChartElement.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Shape Shape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Shape As Shape |
An instance of the WPF Shape class.
See Also