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


In This Topic
    Shape3D Class
    In This Topic
    Base class for 3D shapes.
    Object Model
    Shape3D Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class Shape3D 
       Inherits System.Windows.DependencyObject
       Implements IGeometry3D 
    'Usage
     
    
    Dim instance As Shape3D
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class Shape3D : System.Windows.DependencyObject, IGeometry3D  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.Shape3D
                C1.WPF.C1Chart.BarShape3D
                C1.WPF.C1Chart.CylindricShape3D
                C1.WPF.C1Chart.Pie3DShape
                C1.WPF.C1Chart.SphericalShape3D
                C1.WPF.C1Chart.TubesShape3D

    See Also