[]
Use the members of this enumeration to set the value of the scaling property in the PrintChart(PrintScaleEnum, Rectangle, PageSettings) method.
public enum PrintScaleEnum
Name | Description |
---|---|
ScaleNone | Same size as actual chart. |
ScaleToFit | Scale to existing window (minimum of height and width), preserving aspect ratio. |
ScaleToHeight | Scale to specified height, preserving aspect ratio. |
ScaleToMax | Enlarge to size of page. |
ScaleToWidth | Scale to specified width, preserving aspect ratio. |