Gets the center of this Scatter.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public Point Center { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Center As Point |
An instance of the System.Windows.Point structure. Default value is Point(0,0).
The value of the Center property depends on the location of the point which is set with AxesSeries.XData and AxesSeries.YData.