Move

Chart.Move method

Verschiebt das Diagramm an eine bestimmte Position.

public void Move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
ParameterTypBeschreibung
upperLeftColumnInt32Spaltenindex oben links.
upperLeftRowInt32Zeilenindex oben links.
lowerRightColumnInt32Spaltenindex unten rechts
lowerRightRowInt32Zeilenindex unten rechts

Siehe auch