ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Star Class / AddFakeEllipse Method


In This Topic
    AddFakeEllipse Method (Star)
    In This Topic
    Creates and adds ellipse geometry that is used for hit testing.
    Syntax
    'Declaration
     
    
    Protected Sub AddFakeEllipse( _
       ByVal pg As PathGeometry, _
       ByVal center As Point, _
       ByVal rx As Double, _
       ByVal ry As Double, _
       ByVal w2 As Double _
    ) 
    'Usage
     
    
    Dim instance As Star
    Dim pg As PathGeometry
    Dim center As Point
    Dim rx As Double
    Dim ry As Double
    Dim w2 As Double
     
    instance.AddFakeEllipse(pg, center, rx, ry, w2)
    protected void AddFakeEllipse( 
       PathGeometry pg,
       Point center,
       double rx,
       double ry,
       double w2
    )

    Parameters

    pg
    center
    rx
    ry
    w2
    See Also