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


In This Topic
    RenderConnection Method (Renderer3D)
    In This Topic
    Renders connection and returns the created element.
    Syntax
    'Declaration
     
    
    Protected Function RenderConnection( _
       ByVal ds As DataSeries, _
       ByVal rc As RenderContext, _
       ByVal i As Integer _
    ) As PlotElement
    'Usage
     
    
    Dim instance As Renderer3D
    Dim ds As DataSeries
    Dim rc As RenderContext
    Dim i As Integer
    Dim value As PlotElement
     
    value = instance.RenderConnection(ds, rc, i)
    protected PlotElement RenderConnection( 
       DataSeries ds,
       RenderContext rc,
       int i
    )

    Parameters

    ds
    rc
    i
    See Also