'Declaration Public Enum PrintScaleEnum Inherits System.Enum
public enum PrintScaleEnum : System.Enum
'Declaration Public Enum PrintScaleEnum Inherits System.Enum
public enum PrintScaleEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Chart.PrintScaleEnum