[Root] / Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / ExtensionChart Class


In This Topic
    ExtensionChart Class
    In This Topic
    Object Model
    ExtensionChart ClassBaseSeries ClassExtensionChartTitle ClassChartLegend Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ExtensionChart 
       Inherits BaseChart
    'Usage
     
    
    Dim instance As ExtensionChart
    public abstract class ExtensionChart : BaseChart 
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.BaseChart
          Xceed.Document.NET.ExtensionChart
             Xceed.Document.NET.BoxWhiskerChart
             Xceed.Document.NET.SunburstChart
             Xceed.Document.NET.WaterfallChart

    Protected Fields
     NameDescription
    Protected Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    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 Property  
    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 Property  
    Public Property  
    Public Property  
    Public PropertyGets the maximum number of Series available in the Chart. (Inherited from Xceed.Document.NET.BaseChart)
    Public Property  
    Public Property  
    Public PropertyGets the collection containing all the Chart's Series. (Inherited from Xceed.Document.NET.BaseChart)
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    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)
    Protected PropertyOverridden.   
    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 Method  
    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)
    Public Method  
    Top
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also