C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / PrintScaleEnum Enumeration

PrintScaleEnum Enumeration
Use the members of this enumeration to set the value of the scaling property in the C1Chart3D.PrintChart method.
Syntax
'Declaration
 
Public Enum PrintScaleEnum 
   Inherits System.Enum
 
Members
MemberDescription
ScaleNoneSame size as actual chart.
ScaleToFitScale to existing window (minimum of height and width), preserving aspect ratio.
ScaleToHeightScale to specified height, preserving aspect ratio.
ScaleToMaxEnlarge to size of page.
ScaleToWidthScale to specified width, preserving aspect ratio.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.PrintScaleEnum

See Also