Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / BarColumn3DChartColumnShape Enumeration


In This Topic
    BarColumn3DChartColumnShape Enumeration
    In This Topic
    Defines the available shapes for the Columns in a Column3DChart.
    Syntax
    'Declaration
     
    
    Public Enum BarColumn3DChartColumnShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BarColumn3DChartColumnShape
    public enum BarColumn3DChartColumnShape : System.Enum 
    Members
    MemberDescription
    BoxColumnSeries are represented as 3D boxes.
    CylinderColumnSeries are represented as 3D cylinders.
    FullConeColumnSeries are represented as 3D cones.
    FullPyramidColumnSeries are represented as 3D pyramids.
    PartialConeColumnSeries are represented as 3D cones, but the ones with lower values have their top part cut.
    PartialPyramidColumnSeries are represented as 3D pyramids, but the ones with lower values have their top part cut.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.BarColumn3DChartColumnShape

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also