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


In This Topic
    RenderElement Method (PieRenderer)
    In This Topic
    Renders the element and add it to the specified list.
    Syntax
    'Declaration
     
    
    Protected Function RenderElement( _
       ByVal objects As List(Of Visual), _
       ByVal pe As IPlotElement, _
       ByVal ds As DataSeries, _
       ByVal rc As RenderContext, _
       ByVal shapeStyle As ShapeStyle, _
       ByVal dp As DataPoint _
    ) As Visual
    'Usage
     
    
    Dim instance As PieRenderer
    Dim objects As List(Of Visual)
    Dim pe As IPlotElement
    Dim ds As DataSeries
    Dim rc As RenderContext
    Dim shapeStyle As ShapeStyle
    Dim dp As DataPoint
    Dim value As Visual
     
    value = instance.RenderElement(objects, pe, ds, rc, shapeStyle, dp)
    protected Visual RenderElement( 
       List<Visual> objects,
       IPlotElement pe,
       DataSeries ds,
       RenderContext rc,
       ShapeStyle shapeStyle,
       DataPoint dp
    )

    Parameters

    objects
    pe
    ds
    rc
    shapeStyle
    dp
    See Also