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


In This Topic
    SetDataPoint Method
    In This Topic
    Sets the value of Axis.DataPoint attached property.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetDataPoint( _
       ByVal obj As DependencyObject, _
       ByVal value As DataPoint _
    ) 
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As DataPoint
     
    Axis.SetDataPoint(obj, value)
    public static void SetDataPoint( 
       DependencyObject obj,
       DataPoint value
    )

    Parameters

    obj
    value
    See Also