Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Chart3D Class
Members


In This Topic
    Chart3D Class
    In This Topic
    Abstract class encapsulating a 3D Chart in a Worksheet.
    Syntax
    'Declaration
     
    
    Public MustInherit Class Chart3D 
       Inherits Chart
    'Usage
     
    
    Dim instance As Chart3D
    public abstract class Chart3D : Chart 
    Remarks
    This is the base class for all 3D Charts.
    Inheritance Hierarchy

    System.Object
       Xceed.Workbooks.NET.WorkbookElement
          Xceed.Workbooks.NET.WorksheetElement
             Xceed.Workbooks.NET.PositionedElement
                Xceed.Workbooks.NET.Chart
                   Xceed.Workbooks.NET.Chart3D
                      Xceed.Workbooks.NET.Area3DChart
                      Xceed.Workbooks.NET.Column3DChart
                      Xceed.Workbooks.NET.Contour3DChart
                      Xceed.Workbooks.NET.Line3DChart
                      Xceed.Workbooks.NET.Pie3DChart
                      Xceed.Workbooks.NET.Surface3DChart

    Public Properties
     NameDescription
    Public PropertyGets or sets the absolute Position of the PositionedElement. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets or sets the position of the Anchor in the Worksheet. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets the Anchor's type. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets the area that corresponds to the Chart3D's back wall.   
    Public PropertyGets the Chart's Border. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets the value used to offset the bottom right corner of a TwoCellAnchor PositionedElement. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets the Chart's CategoryAxis. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets the CategoryData that will be used for the Chart's CategoryAxis. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets the  Series' depth, in percentage.  
    Public PropertyGets or sets the PositionedElement's description. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets the DrawingClientData, which is how the data should behave when the Worksheet is protected. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets the Chart's Fill. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets the area that corresponds to the Chart3D's floor.  
    Public PropertyGets or sets the height of an AbsoluteAnchor or OneCellAnchor PositionedElement. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets or sets the Series' height, in percentage.  
    Public PropertyGets or sets if the Chart automatically varies Colors for its Series' data. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets if the Chart3D's Axes are displayed so that they are at a right angle (90 degrees) from each other.  
    Public PropertyGets or sets if the Chart has rounded corners. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets the Chart's Legend. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets the Units used for measuring the PositionedElement's WidthHeight. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets or sets the name of the PositionedElement. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets or sets the angle of perspective used for viewing the Chart3D.  
    Public PropertyGets the Chart's PlotArea. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets how the Chart3D is rotated around a vertical pivot.   
    Public PropertyGets or sets how the Chart3D is rotated around a horizontal pivot.  
    Public PropertyGets the Chart's secondary CategoryAxis. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets the Chart's secondary ValueAxis. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets the Chart3D's SeriesAxis.  
    Public PropertyGets the Chart's SeriesCollection. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets the area that corresponds to the Chart3D's side wall.  
    Public PropertyGets or sets the Chart's title. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets the value used to offset the top right corner of a TwoCellAnchor PositionedElement. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets or sets the behavior of a TwoCellAnchor PositionedElement when moving or deleting Rows or Columns.  (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Public PropertyGets the Chart's ValueAxis. (Inherited from Xceed.Workbooks.NET.Chart)
    Public PropertyGets or sets the width of an AbsoluteAnchor or OneCellAnchor PositionedElement. (Inherited from Xceed.Workbooks.NET.PositionedElement)
    Top
    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