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


In This Topic
    Render(RenderContext) Method
    In This Topic
    Renders the plot element.
    Syntax
    'Declaration
     
    
    Protected Overrides Function Render( _
       ByVal rc As RenderContext _
    ) As Boolean
    'Usage
     
    
    Dim instance As PieSlice
    Dim rc As RenderContext
    Dim value As Boolean
     
    value = instance.Render(rc)
    protected override bool Render( 
       RenderContext rc
    )

    Parameters

    rc
    See Also