ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.ImageTypeEnum Enumeration

In This Topic
    Chart.ImageTypeEnum Enumeration
    In This Topic
    Specifies the type of image to generate.
    Syntax
    'Declaration
     
    Public Enum Chart.ImageTypeEnum 
       Inherits System.Enum
    public enum Chart.ImageTypeEnum : 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.C1Report.CustomFields.Chart.ImageTypeEnum

    See Also