Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / InsertChart Method
The Chart that will be inserted.
The index at which the Chart will be inserted.
The width of the Chart that will be inserted.
The height of the Chart that will be inserted.


In This Topic
    InsertChart Method (Paragraph)
    In This Topic
    Inserts a Chart at a specific location in the Paragraph.
    Syntax
    'Declaration
     
    Public Function InsertChart( _
       ByVal c As Chart, _
       Optional ByVal index As Integer, _
       Optional ByVal width As Single, _
       Optional ByVal height As Single _
    ) As Paragraph
    'Usage
     
    Dim instance As Paragraph
    Dim c As Chart
    Dim index As Integer
    Dim width As Single
    Dim height As Single
    Dim value As Paragraph
     
    value = instance.InsertChart(c, index, width, height)
    public Paragraph InsertChart( 
       Chart c,
       int index,
       float width,
       float height
    )

    Parameters

    c
    The Chart that will be inserted.
    index
    The index at which the Chart will be inserted.
    width
    The width of the Chart that will be inserted.
    height
    The height of the Chart that will be inserted.
    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