Chart for WinRT
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 Windows.UI.Xaml.UIElement, _
   ByVal point As Windows.Foundation.Point _
) 
public void SetDataPoint( 
   Windows.UI.Xaml.UIElement visual,
   Windows.Foundation.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.

Product Support Forum  |  Documentation Feedback