ComponentOne Chart for WPF and Silverlight
DataPoint Property (ChartPanelObject)


C1.WPF.C1Chart Namespace > ChartPanelObject Class : DataPoint Property
Gets or sets the data point corresponding to the object.
Syntax
'Declaration
 
Public Property DataPoint As System.Windows.Point
'Usage
 
Dim instance As ChartPanelObject
Dim value As System.Windows.Point
 
instance.DataPoint = value
 
value = instance.DataPoint
public System.Windows.Point DataPoint {get; set;}
See Also

Reference

ChartPanelObject Class
ChartPanelObject Members