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)
ParameterTypeDescription
leftColumnint32_tUpper left column index.
topRowint32_tUpper left row index.
rightColumnint32_tLower right column index
bottomRowint32_tLower right row index

See Also