Gets the position of the scatter if this is a 3D chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Point3D Point3D { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Point3D As Point3D |
A WPF Point object.
See Also