'Declaration Public Sub InsertChartAfterParagraph( _ ByVal chart As Chart, _ ByVal paragraph As Paragraph, _ Optional ByVal width As Single, _ Optional ByVal height As Single _ )
Parameters
- chart
- The Chart to insert.
- paragraph
- The Paragraph after which to insert the chart.
- width
- The width of the chart (in points). By default, 432.
- height
- The height of the chart (in points). By default, 252.