Use the members of this enumeration to set the value of the scaling property
in the PrintChart(PrintScaleEnum, Rectangle, PageSettings) method.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum PrintScaleEnum |
| Visual Basic |
|---|
Public Enumeration PrintScaleEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ScaleNone | 0 | Same size as actual chart. | |
| ScaleToFit | 1 | Scale to existing window (minimum of height and width), preserving aspect ratio. | |
| ScaleToHeight | 2 | Scale to specified height, preserving aspect ratio. | |
| ScaleToMax | 3 | Enlarge to size of page. | |
| ScaleToWidth | 4 | Scale to specified width, preserving aspect ratio. |