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

In This Topic
    DesignerDialogEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the C1Chart.ShowProperties and C1Chart.ShowWizard methods in the C1Chart class.
    Syntax
    'Declaration
     
    Public Enum DesignerDialogEnum 
       Inherits System.Enum
    public enum DesignerDialogEnum : System.Enum 
    Members
    MemberDescription
    DefaultDefault dialogs
    V1Old dialogs (before 1.0.20042.14060)
    V2New dialogs (since 1.0.20042.14060)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.DesignerDialogEnum

    See Also