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


In This Topic
    BaseRenderer3D Class
    In This Topic
    Base chart for 3D renderers.
    Object Model
    BaseRenderer3D Class
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class BaseRenderer3D 
       Inherits BaseRenderer
    'Usage
     
    
    Dim instance As BaseRenderer3D
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class BaseRenderer3D : BaseRenderer 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.BaseRenderer
                C1.WPF.C1Chart.BaseRenderer3D
                   C1.WPF.C1Chart.Renderer3D

    See Also