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


In This Topic
    RenderCandle Method
    In This Topic
    Renders candle based on the specified context.
    Syntax
    'Declaration
     
    
    Protected Sub RenderCandle( _
       ByVal rc As RenderContext _
    ) 
    'Usage
     
    
    Dim instance As HLOC
    Dim rc As RenderContext
     
    instance.RenderCandle(rc)
    protected void RenderCandle( 
       RenderContext rc
    )

    Parameters

    rc
    See Also