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


In This Topic
    CreateObjectFromTemplate Method (BaseRenderer3D)
    In This Topic
    Create the plot element based on the specified template, context and style.
    Syntax
    'Declaration
     
    
    Protected Function CreateObjectFromTemplate( _
       ByVal templ As DataTemplate, _
       ByVal style As Style, _
       ByVal rc As RenderContext _
    ) As FrameworkElement3D
    'Usage
     
    
    Dim instance As BaseRenderer3D
    Dim templ As DataTemplate
    Dim style As Style
    Dim rc As RenderContext
    Dim value As FrameworkElement3D
     
    value = instance.CreateObjectFromTemplate(templ, style, rc)
    protected FrameworkElement3D CreateObjectFromTemplate( 
       DataTemplate templ,
       Style style,
       RenderContext rc
    )

    Parameters

    templ
    style
    rc
    See Also