Creates and adds ellipse geometry that is used for hit testing.

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

Syntax

C#
protected void AddFakeEllipse(
	PathGeometry pg,
	Point center,
	double rx,
	double ry,
	double w2
)
Visual Basic
Protected Sub AddFakeEllipse ( _
	pg As PathGeometry, _
	center As Point, _
	rx As Double, _
	ry As Double, _
	w2 As Double _
)

See Also