Sets the area in which the layout should operate.
SyntaxVB6
Copy Code
|
|---|
Public Sub SetLayoutArea( _ |
C++
Copy Code
|
|---|
public: |
RemarksIf the layout area is not explicitly set, the algorithm will choose one suitable for the graph size. In that case the WidthHeightRatio property specifies how much larger the layout area width should be than its height.
See Also