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


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

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

    See Also