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


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

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.Shape3D
                C1.WPF.C1Chart.Pie3DShape

    See Also