MindFusion.Charting for Silverlight Programmer's Guide
Scatter.Center Property
See Also
 






Gets the center of this Scatter.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Point Center { get; }

Visual Basic  Copy Code

Public ReadOnly Property Center As Point

 Property Value

An instance of the System.Windows.Point structure. Default value is Point(0,0).

 Remarks

The value of the Center property depends on the location of the point which is set with AxesSeries.XData and AxesSeries.YData.

 See Also

Scatter Members
Scatter Class
MindFusion.Charting.Silverlight Namespace