Gets the center of this scatter.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Point Center { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Center As Point |
An instance of the WPF Point structure.
RemarksThis property returns the physical location of this scatter.
See Also