Move

Chart.Move method

将图表移动到指定位置。

public void Move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
范围类型描述
upperLeftColumnInt32左上列索引。
upperLeftRowInt32左上行索引。
lowerRightColumnInt32右下列索引
lowerRightRowInt32右下行索引

也可以看看