Chart.GetActualSize

Chart.GetActualSize method

Gets actual size of chart in unit of pixels.

public int[] GetActualSize()

Return Value

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

See Also