2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PrintScaleEnum Enumeration

In This Topic
    PrintScaleEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the scaling property in the C1Chart.PrintChart method.
    Syntax
    'Declaration
     
    Public Enum PrintScaleEnum 
       Inherits System.Enum
    public enum PrintScaleEnum : 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.C1Chart.PrintScaleEnum

    See Also