C1.Silverlight.Chart.5
SetDataPoint Method

The visual to attach.
The point in data coordinates.
Attaches the specified visual to the specified data point on the plot.
Syntax
'Declaration
 
Public Sub SetDataPoint( _
   ByVal visual As System.Windows.UIElement, _
   ByVal point As System.Windows.Point _
) 
public void SetDataPoint( 
   System.Windows.UIElement visual,
   System.Windows.Point point
)

Parameters

visual
The visual to attach.
point
The point in data coordinates.
See Also

Reference

ChartView Class
ChartView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.