Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / ComboChart Class / RemoveChartType Method
The SeriesChartType that will be removed from the ComboChart.


In This Topic
    RemoveChartType Method
    In This Topic
    Removes a specific SeriesChartType from the ComboChart.
    Syntax
    'Declaration
     
    Public Sub RemoveChartType( _
       ByVal chartType As SeriesChartType _
    ) 
    'Usage
     
    Dim instance As ComboChart
    Dim chartType As SeriesChartType
     
    instance.RemoveChartType(chartType)
    public void RemoveChartType( 
       SeriesChartType chartType
    )

    Parameters

    chartType
    The SeriesChartType that will be removed from the ComboChart.
    Remarks
    All Series associated with the chosen SeriesChartType will also be removed.
    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