Gets or sets the data point corresponding to the object.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Point DataPoint { get; set; }
Visual Basic
Public Property DataPoint As Point
	Get
	Set
XAML Property Element Usage
<object>
  <object.DataPoint>
    <Point .../>
  </object.DataPoint>
</object>
XAML Attribute Usage
<object DataPoint="Point" .../>

See Also