In This Topic
Adds the chart control.
Overload List
| Overload | Description |
| AddChart(Int32,Int32,Type,Int32,Int32,Int32,Int32,ChartViewType,Boolean) |
Adds the chart control.
|
| AddChart(Int32,Int32,Type,Int32,Int32,Int32,Int32) |
Adds the chart control.
|
| AddChart(CellRange[],Type,Int32,Int32,Int32,Int32,ChartViewType,Boolean) |
Adds a chart to the SheetView. The chart will be aligned in the center of the SheetView.
|
| AddChart(CellRange[],Type,Int32,Int32,Int32,Int32) |
Adds a chart to the SheetView. The chart will be aligned in the center of the SheetView.
|
| AddChart(CellRange,Type,Int32,Int32,Int32,Int32,ChartViewType,Boolean) |
Adds the chart control.
|
| AddChart(CellRange,Type,Int32,Int32,Int32,Int32) |
Adds the chart control.
|
See Also