Creates and adds ellipse geometry that is used for hit testing.
Namespace:
C1.Silverlight.ChartAssembly: 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 _ ) |
Parameters
- center
- Type: System.Windows..::..Point
- rx
- Type: System..::..Double
- ry
- Type: System..::..Double
- w2
- Type: System..::..Double