ComponentOne Chart for WPF and Silverlight
GetDataPoint Method


C1.WPF.C1Chart Namespace > Axis Class : GetDataPoint Method
Gets the value of Axis.DataPoint attached property.
Syntax
'Declaration
 
Public Shared Function GetDataPoint( _
   ByVal obj As System.Windows.DependencyObject _
) As DataPoint
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As DataPoint
 
value = Axis.GetDataPoint(obj)
public static DataPoint GetDataPoint( 
   System.Windows.DependencyObject obj
)

Parameters

obj
See Also

Reference

Axis Class
Axis Members