Aspose::Cells::Charts::Chart::Move method
Chart::Move method
Moves the chart to a specified location.
void Aspose::Cells::Charts::Chart::Move(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)
| Parameter | Type | Description |
|---|---|---|
| leftColumn | int32_t | Upper left column index. |
| topRow | int32_t | Upper left row index. |
| rightColumn | int32_t | Lower right column index |
| bottomRow | int32_t | Lower right row index |
See Also
- Class Vector
- Class Chart
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++