Add
Contenido
[
Ocultar
]Add(ChartType, int, int, int, int)
Agrega un gráfico a la colección.
public int Add(ChartType type, int upperLeftRow, int upperLeftColumn, int lowerRightRow,
int lowerRightColumn)
| Parámetro | Escribe | Descripción |
|---|---|---|
| type | ChartType | Tipo de gráfico |
| upperLeftRow | Int32 | Índice de la fila superior izquierda. |
| upperLeftColumn | Int32 | Índice de la columna superior izquierda. |
| lowerRightRow | Int32 | Índice de la fila inferior derecha |
| lowerRightColumn | Int32 | Índice de la columna inferior derecha |
Valor_devuelto
Chart índice de objetos
Ver también
- enum ChartType
- class ChartCollection
- espacio de nombres Aspose.Cells.Charts
- asamblea Aspose.Cells
Add(ChartType, string, bool, int, int, int, int)
Agrega un gráfico a la colección.
public int Add(ChartType type, string dataRange, bool isVertical, int topRow, int leftColumn,
int rightRow, int bottomColumn)
| Parámetro | Escribe | Descripción |
|---|---|---|
| type | ChartType | Tipo de gráfico |
| dataRange | String | Especifica el rango de datos del gráfico. |
| isVertical | Boolean | Especifica si trazar la serie a partir de un rango de valores de celda por fila o por columna. |
| topRow | Int32 | Índice de la fila superior izquierda. |
| leftColumn | Int32 | Índice de la columna superior izquierda. |
| rightRow | Int32 | Índice de la fila inferior derecha |
| bottomColumn | Int32 | Índice de la columna inferior derecha |
Valor_devuelto
Chart índice de objetos
Ver también
- enum ChartType
- class ChartCollection
- espacio de nombres Aspose.Cells.Charts
- asamblea Aspose.Cells