Gets or sets a scale factor for printing.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ScaleFactor() As Integer |
C++
Copy Code
|
|---|
public: |
A short value. The default is 100.
RemarksThe scale is measured in percent. Values less than 100 make a diagram appear smaller and farther when printed, which allows larger part of that diagram to be visible on a single page. Values greater than 100 make the diagram appear closer and larger.
See Also