Attaches the specified visual to the specified data point on the plot.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.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.