ComponentOne Chart for WPF and Silverlight
SetDataPoint Method


C1.WPF.C1Chart Namespace > Axis Class : SetDataPoint Method
Sets the value of Axis.DataPoint attached property.
Syntax
'Declaration
 
Public Shared Sub SetDataPoint( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As DataPoint _
) 
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As DataPoint
 
Axis.SetDataPoint(obj, value)
public static void SetDataPoint( 
   System.Windows.DependencyObject obj,
   DataPoint value
)

Parameters

obj
value
See Also

Reference

Axis Class
Axis Members