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


In This Topic
    BaseChart Class
    In This Topic
    Represents the base class for all Charts.
    Syntax
    'Declaration
     
    Public MustInherit Class BaseChart 
    'Usage
     
    Dim instance As BaseChart
    public abstract class BaseChart 
    Inheritance Hierarchy
    Public Properties
     NameDescription
    Public PropertyGets or sets how blank Cells are displayed in the Chart.  
    Public PropertyGets or sets the distance between the text & the bottom of the Chart.  
    Public PropertyGets or sets the distance between the text & the left side of the Chart.  
    Public PropertyGets or sets the distance between the text & the right side of the Chart.  
    Public PropertyGets or sets the distance between the text & the top of the Chart.  
    Public PropertyGets or sets the Chart's horizontal alignment.   
    Public PropertyGets or sets the Chart's horizontal offset.  
    Public PropertyGets or sets the point from where the HorizontalOffset will be calculated.  
    Public PropertyGets if the Chart has an Axis.  
    Public PropertyGets the Chart's Legend.  
    Public PropertyGets the maximum number of Series available in the Chart.  
    Public PropertyGets the collection containing all the Chart's Series.  
    Public PropertyGets or sets the Chart's vertical alignment.  
    Public PropertyGets or sets the Chart's vertical offset.   
    Public PropertyGets or sets the point from where the VerticalOffset will be calculated.  
    Public PropertyGets or sets the list of points used to define the polygon where no text can be drawn in the Chart.   
    Public PropertyGets or sets the text wrapping style.   
    Public PropertyGets or sets the text wrapping position when the WrapStyle property is set to WrapSquare, WrapTight or WrapThrough.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets which type of Series are allowed in the Chart.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a Legend to the Chart.  
    Public MethodAdds a new Series in the Chart.  
    Public MethodRemoves the Chart from the Document.  
    Public MethodRemoves the Chart's Legend.  
    Public MethodSaves the modifications made to the Chart as an XML file.  
    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