Link Search Menu Expand Document

ChartCollectionAddChartAndFitInto Method

Adds the chart and fit into.

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Chart AddChartAndFitInto(
	int topRow,
	int leftColumn,
	int bottomRow,
	int rightColumn,
	ChartType chartType
)

Parameters

topRow
Type: SystemInt32
The top row.
leftColumn
Type: SystemInt32
The left column.
bottomRow
Type: SystemInt32
The bottom row.
rightColumn
Type: SystemInt32
The right column.
chartType
Type: Bytescout.Spreadsheet.ChartsChartType
Type of the chart.

Return Value

Type: Chart

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Charts.ChartCollection.AddChartAndFitInto(System.Int32,System.Int32,System.Int32,System.Int32,Bytescout.Spreadsheet.Charts.ChartType)"]

See Also

Reference