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

In This Topic
    ChartImageType Enumeration
    In This Topic
    Specifies the type of image to generate.
    Syntax
    'Declaration
     
    Public Enum ChartImageType 
       Inherits System.Enum
    public enum ChartImageType : System.Enum 
    Members
    MemberDescription
    BmpBitmap image format (BMP).
    EmfEnhanced Windows metafile image format (EMF).
    GifGraphics Interchange Format (GIF) image format.
    JpegJoint Photographic Experts Group (JPEG) image format.
    PngW3C Portable Network Graphics (PNG) image format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartImageType

    See Also