Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / ComboChart Class / AddSeries Method / AddSeries(BaseSeries,SeriesChartType) Method
The BaseSeries that will be added to the ComboChart.
The desired SeriesChartType.


In This Topic
    AddSeries(BaseSeries,SeriesChartType) Method
    In This Topic
    Adds a new BaseSeries to the ComboChart & allows to specify its SeriesChartType.
    Syntax
    'Declaration
     
    Public Overloads Sub AddSeries( _
       ByVal series As BaseSeries, _
       ByVal chartType As SeriesChartType _
    ) 
    'Usage
     
    Dim instance As ComboChart
    Dim series As BaseSeries
    Dim chartType As SeriesChartType
     
    instance.AddSeries(series, chartType)
    public void AddSeries( 
       BaseSeries series,
       SeriesChartType chartType
    )

    Parameters

    series
    The BaseSeries that will be added to the ComboChart.
    chartType
    The desired SeriesChartType.
    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