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


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

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

    See Also