ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / GetDataPoint Method


In This Topic
    GetDataPoint Method
    In This Topic
    Gets the value of Axis.DataPoint attached property.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDataPoint( _
       ByVal obj As DependencyObject _
    ) As DataPoint
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As DataPoint
     
    value = Axis.GetDataPoint(obj)
    public static DataPoint GetDataPoint( 
       DependencyObject obj
    )

    Parameters

    obj
    See Also