[]
Adds the chart control.
public SpreadChart AddChart(int row, int column, Type seriesType, int width, int height, int x, int y, ChartViewType viewType, bool showLegend)
Public Function AddChart(row As Integer, column As Integer, seriesType As Type, width As Integer, height As Integer, x As Integer, y As Integer, viewType As ChartViewType, showLegend As Boolean) As SpreadChart
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
Type | seriesType | Type of the series. |
int | width | Width of the chart. |
int | height | Height of the chart. |
int | x | The X position. |
int | y | The Y position. |
ChartViewType | viewType | Type of the view. |
bool | showLegend | if set to |
Type | Description |
---|---|
SpreadChart |
Adds the chart control.
public SpreadChart AddChart(int row, int column, Type seriesType, int width, int height, int x, int y)
Public Function AddChart(row As Integer, column As Integer, seriesType As Type, width As Integer, height As Integer, x As Integer, y As Integer) As SpreadChart
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
Type | seriesType | Type of the series. |
int | width | Width of the chart. |
int | height | Height of the chart. |
int | x | The X position. |
int | y | The Y position. |
Type | Description |
---|---|
SpreadChart |
Adds a chart to the SheetView. The chart is aligned in the center of the SheetView.
public SpreadChart AddChart(CellRange[] cellRanges, Type seriesType, int width, int height, int x, int y, ChartViewType viewType, bool showLegend)
Public Function AddChart(cellRanges As CellRange(), seriesType As Type, width As Integer, height As Integer, x As Integer, y As Integer, viewType As ChartViewType, showLegend As Boolean) As SpreadChart
Type | Name | Description |
---|---|---|
CellRange[] | cellRanges | Multiple cell ranges that are used to create data for the chart. |
Type | seriesType | Indicates which chart type is added. |
int | width | Width of the chart. |
int | height | Height of the chart. |
int | x | The X position. |
int | y | The Y position. |
ChartViewType | viewType | Type of the view. |
bool | showLegend | if set to |
Type | Description |
---|---|
SpreadChart | The newly created instance of the chart. |
Adds a chart to the SheetView. The chart is aligned in the center of the SheetView.
public SpreadChart AddChart(CellRange[] cellRanges, Type seriesType, int width, int height, int x, int y)
Public Function AddChart(cellRanges As CellRange(), seriesType As Type, width As Integer, height As Integer, x As Integer, y As Integer) As SpreadChart
Type | Name | Description |
---|---|---|
CellRange[] | cellRanges | Multiple cell ranges that are used to create data for the chart. |
Type | seriesType | Indicates which chart type is added. |
int | width | Width of the chart. |
int | height | Height of the chart. |
int | x | The X position. |
int | y | The Y position. |
Type | Description |
---|---|
SpreadChart | The newly created instance of the chart. |
Adds the chart control.
public SpreadChart AddChart(CellRange cellRange, Type seriesType, int width, int height, int x, int y, ChartViewType viewType, bool showLegend)
Public Function AddChart(cellRange As CellRange, seriesType As Type, width As Integer, height As Integer, x As Integer, y As Integer, viewType As ChartViewType, showLegend As Boolean) As SpreadChart
Type | Name | Description |
---|---|---|
CellRange | cellRange | The range of data used in the chart. |
Type | seriesType | Type of the series. |
int | width | Width of the chart. |
int | height | Height of the chart. |
int | x | The X position. |
int | y | The Y position. |
ChartViewType | viewType | Type of the view. |
bool | showLegend | if set to |
Type | Description |
---|---|
SpreadChart |
Adds the chart control.
public SpreadChart AddChart(CellRange cellRange, Type seriesType, int width, int height, int x, int y)
Public Function AddChart(cellRange As CellRange, seriesType As Type, width As Integer, height As Integer, x As Integer, y As Integer) As SpreadChart
Type | Name | Description |
---|---|---|
CellRange | cellRange | The range of data used in the chart. |
Type | seriesType | Type of the series. |
int | width | Width of the chart. |
int | height | Height of the chart. |
int | x | The X position. |
int | y | The Y position. |
Type | Description |
---|---|
SpreadChart |