Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / DoughnutChart Class
Members


In This Topic
    DoughnutChart Class
    In This Topic
    Represents a Chart of the Doughnut type.
    Syntax
    'Declaration
     
    Public Class DoughnutChart 
       Inherits Chart
    'Usage
     
    Dim instance As DoughnutChart
    public class DoughnutChart : Chart 
    Remarks
    Note that a DoughnutChart will automatically inherit the properties & methods of ChartBaseChart.
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.BaseChart
          Xceed.Document.NET.Chart
             Xceed.Document.NET.DoughnutChart

    Public Properties
     NameDescription
    Public PropertyGets the Chart's Category Axis. (Inherited from Xceed.Document.NET.Chart)
    Public PropertyGets or sets the Chart's title. (Inherited from Xceed.Document.NET.Chart)
    Public PropertyGets or sets how blank Cells are displayed in the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the distance between the text & the bottom of the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the distance between the text & the left side of the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the distance between the text & the right side of the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the distance between the text & the top of the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the angle of the first slice in the DoughnutChart.  
    Public PropertyGets or sets the size of the DoughnutChart's hole.  
    Public PropertyGets or sets the Chart's horizontal alignment.  (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the Chart's horizontal offset. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the point from where the HorizontalOffset will be calculated. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyOverridden. Gets if the DoughnutChart has an Axis.  
    Public PropertyGets the Chart's Legend. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyOverridden. Gets the maximum number of Series available in the DoughnutChart.  
    Public PropertyOverridden. Gets the collection containing all the DoughnutChart's Series.  
    Public PropertyGets the Chart's Value Axis. (Inherited from Xceed.Document.NET.Chart)
    Public PropertyGets or sets the Chart's vertical alignment. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the Chart's vertical offset.  (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the point from where the VerticalOffset will be calculated. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets if the Chart is of the 3D type, like a Surface3DChart for example. (Inherited from Xceed.Document.NET.Chart)
    Public PropertyGets or sets the list of points used to define the polygon where no text can be drawn in the Chart.  (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the text wrapping style.  (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets or sets the text wrapping position when the WrapStyle property is set to WrapSquare, WrapTight or WrapThrough. (Inherited from Xceed.Document.NET.BaseChart)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Makes sure that Series in a DoughnutChart are always PieSeries.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from Xceed.Document.NET.BaseChart)
    Public MethodAdds a new Series in the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public MethodRemoves the Chart from the Document. (Inherited from Xceed.Document.NET.BaseChart)
    Public MethodRemoves the Chart's Legend. (Inherited from Xceed.Document.NET.BaseChart)
    Public MethodSaves the modifications made to the Chart as an XML file. (Inherited from Xceed.Document.NET.BaseChart)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Xceed.Document.NET.BaseChart)
    Protected Method (Inherited from Xceed.Document.NET.BaseChart)
    Protected Method (Inherited from Xceed.Document.NET.BaseChart)
    Protected Method (Inherited from Xceed.Document.NET.BaseChart)
    Protected MethodOverridden. Creates the default XML structure for the DoughnutChart.  
    Protected Method (Inherited from Xceed.Document.NET.BaseChart)
    Protected MethodOverridden. Returns the root <c:doughnutChart> element from the Chart's XML.  
    Protected MethodOverridden. Returns "doughnutChart" as the Chart's type's name.  
    Protected Method (Inherited from Xceed.Document.NET.BaseChart)
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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