ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / RPolygon Class / Render(RenderContext) Method


In This Topic
    Render(RenderContext) Method
    In This Topic
    Renders the plot element based on the specified context.
    Syntax
    'Declaration
     
    
    Protected Overridable Function Render( _
       ByVal rc As RenderContext _
    ) As Boolean
    'Usage
     
    
    Dim instance As RPolygon
    Dim rc As RenderContext
    Dim value As Boolean
     
    value = instance.Render(rc)
    protected virtual bool Render( 
       RenderContext rc
    )

    Parameters

    rc
    See Also