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