Attaches the specified visual to the specified data point on the plot.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
C# |
---|
public void SetDataPoint( UIElement visual, Point point ) |
Visual Basic |
---|
Public Sub SetDataPoint ( _ visual As UIElement, _ point As Point _ ) |
Parameters
- visual
- Type: System.Windows..::..UIElement
The visual to attach.
- point
- Type: System.Windows..::..Point
The point in data coordinates.