Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Document Class / AddChart<T> Method

Determines the type of chart that will be constructed.
Possible values are PieChart, BarChart or LineChart.



In This Topic
    AddChart<T> Method
    In This Topic
    Used to construct the charts.
    Syntax
    'Declaration
     
    Public Function AddChart(Of T As {New, BaseChart})() As T
    'Usage
     
    Dim instance As Document
    Dim value As T
     
    value = instance.AddChart(Of T)()
    public T AddChart<T>()
    where T: new(), BaseChart

    Type Parameters

    T

    Determines the type of chart that will be constructed.
    Possible values are PieChart, BarChart or LineChart.

    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