ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / TubesShape3D Class / Render Method
Render context


In This Topic
    Render Method (TubesShape3D)
    In This Topic
    Renders the object based on the specified render context.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub Render( _
       ByVal rc As RenderContext _
    ) 
    'Usage
     
    
    Dim instance As TubesShape3D
    Dim rc As RenderContext
     
    instance.Render(rc)
    protected override void Render( 
       RenderContext rc
    )

    Parameters

    rc
    Render context
    See Also