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

In This Topic
    AlignImageEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Style.ImageAlignment property in the Style class.
    Syntax
    'Declaration
     
    Public Enum AlignImageEnum 
       Inherits System.Enum
    public enum AlignImageEnum : System.Enum 
    Members
    MemberDescription
    BottomImage is aligned to the bottom.
    CenterImage is center-aligned.
    HideImage is hidden.
    LeftImage is aligned to the left.
    RightImage is aligned to the right.
    ScaleImage is scaled to fit the image area.
    StretchImage is stretched to fit image area.
    TileImage is tiled throughout the image area.
    TopImage is aligned to the Top.
    Inheritance Hierarchy

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

    See Also