get_actual_size method
get_actual_size
Gets actual size of chart in unit of pixels.
Returns
Actual size in an array(width and height). [0] is width; [1] is height.
def get_actual_size(self):
...
See Also
- module
aspose.cells.charts
- class
Chart
Gets actual size of chart in unit of pixels.
Actual size in an array(width and height). [0] is width; [1] is height.
def get_actual_size(self):
...
aspose.cells.charts
Chart