Aspose::Cells::Charts::Chart::Move method

Chart::Move method

Moves the chart to a specified location.

void Aspose::Cells::Charts::Chart::Move(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t lowerRightRow, int32_t lowerRightColumn)
ParameterTypeDescription
upperLeftColumnint32_tUpper left column index.
upperLeftRowint32_tUpper left row index.
lowerRightColumnint32_tLower right column index
lowerRightRowint32_tLower right row index

See Also