'Declaration Public Overloads Function AddChart( _ ByVal chartType As ChartType, _ ByVal sheet As Sheet, _ ByVal boundsInTwips As System.Drawing.Rectangle, _ Optional ByVal chartInitializer As System.Action(Of WorksheetChart) _ ) As WorksheetChart
public WorksheetChart AddChart( ChartType chartType, Sheet sheet, System.Drawing.Rectangle boundsInTwips, System.Action<WorksheetChart> chartInitializer )
Exception | Description |
---|---|
System.ArgumentNullException | if sheet is null. |
System.ComponentModel.InvalidEnumArgumentException | chartType is not defined in the Infragistics.Documents.Excel.Charts.ChartType enumeration. |
System.InvalidOperationException | if a chart is being added to the Shapes collection of another Chart is null. |
System.InvalidOperationException | if a Workbook.CurrentFormat doesn't support Chart mofications, e.g. 'Excel97To2003' or 'Excel97To2003Template'. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, 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
View on GitHub