Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / Chart3DType Enumeration


In This Topic
    Chart3DType Enumeration
    In This Topic
    Enumerates available chart types.
    Syntax
    'Declaration
     
    
    Public Enum Chart3DType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Chart3DType
    public enum Chart3DType : System.Enum 
    Members
    MemberDescription
    SurfaceSurface chart.
    SurfaceContourSurface chart with contour levels.
    SurfaceWireframeWire-frame surface chart.
    SurfaceWireframeContourWire-frame surface chart with contour levels.
    SurfaceZoneSurface chart with zones.
    SurfaceZoneContourSurface chart with contour zones.
    SurfaceZoneGradientSurface chart with gradient contour zones(Direct3D only).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart3D.Chart3DType

    See Also