Chart.Move
Chart.Move method
Moves the chart to a specified location.
public void Move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
Parameter | Type | Description |
---|---|---|
upperLeftColumn | Int32 | Upper left column index. |
upperLeftRow | Int32 | Upper left row index. |
lowerRightColumn | Int32 | Lower right column index |
lowerRightRow | Int32 | Lower right row index |
See Also
- class Chart
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells