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


In This Topic
    AreaShape3D Class
    In This Topic
    Represents 3D area shape.
    Object Model
    AreaShape3D Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class AreaShape3D 
       Inherits TubesShape3D
       Implements IGeometry3D 
    'Usage
     
    
    Dim instance As AreaShape3D
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class AreaShape3D : TubesShape3D, IGeometry3D  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.Shape3D
                C1.WPF.C1Chart.TubesShape3D
                   C1.WPF.C1Chart.AreaShape3D

    See Also