Gets or sets what width/height ratio the layout area should have.
SyntaxVB6
Copy Code
|
|---|
Public Property Get WidthHeightRatio() As Double |
C++
Copy Code
|
|---|
public: |
A double value. The default is 1.
RemarksIf the layout area is not explicitly set (via SetLayoutArea), 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