Gets the data point attached to the specified visual.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Point GetDataPoint(
	UIElement visual
)
Visual Basic
Public Function GetDataPoint ( _
	visual As UIElement _
) As Point

Parameters

visual
Type: System.Windows..::..UIElement
The visual.

Return Value

The data point.

See Also