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


In This Topic
    OnRender Method (C1Chart)
    In This Topic
    Draws the content of the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnRender( _
       ByVal dc As DrawingContext _
    ) 
    'Usage
     
    
    Dim instance As C1Chart
    Dim dc As DrawingContext
     
    instance.OnRender(dc)
    protected override void OnRender( 
       DrawingContext dc
    )

    Parameters

    dc
    See Also