Aspose::Cells::Charts::Chart::GetActualSize method

Chart::GetActualSize method

Gets actual size of chart in unit of pixels.

Vector<int32_t> Aspose::Cells::Charts::Chart::GetActualSize()

ReturnValue

Actual size in an array(width and height). [0] is width; [1] is height.

See Also