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


In This Topic
    ComboChart Class
    In This Topic
    Represents a Chart that combines multiple types of Charts (BarChartLineChartPieChart, etc.) into a single plot area.  
    Syntax
    'Declaration
     
    Public Class ComboChart 
       Inherits BaseChart
    'Usage
     
    Dim instance As ComboChart
    public class ComboChart : BaseChart 
    Remarks
    The ComboChart inherits all functionalities from BaseChart & extends them with specific behaviors that allow to manage multiple Chart containers & their related Axes.
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.BaseChart
          Xceed.Document.NET.ComboChart

    Public Properties
     NameDescription
    Public PropertyGets all SeriesChartTypes currently present in the ComboChart.  
    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 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 PropertyGets if the Chart has an Axis. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets the Chart's Legend. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyGets the maximum number of Series available in the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public PropertyOverridden. Gets the collection containing all the ComboChart's Series.  
    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 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 PropertyGets which type of Series are allowed in the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from Xceed.Document.NET.BaseChart)
    Public MethodOverloaded. Overridden. Adds a new Series to the ComboChart.  
    Public Method  
    Public MethodRemoves the Chart from the Document. (Inherited from Xceed.Document.NET.BaseChart)
    Public MethodRemoves a specific SeriesChartType from the ComboChart.  
    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 MethodOverridden.   
    Protected Method (Inherited from Xceed.Document.NET.BaseChart)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    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