FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlignImage Enumeration

In This Topic
    ChartAlignImage Enumeration
    In This Topic
    Specifies the alignment of the image in a chart element.
    Syntax
    'Declaration
     
    Public Enum ChartAlignImage 
       Inherits System.Enum
    public enum ChartAlignImage : 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.FlexReport.Chart.ChartAlignImage

    See Also