Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / ImageType Enumeration


In This Topic
    ImageType Enumeration
    In This Topic
    Enumerates the image types supported by the control for rendering
    Syntax
    'Declaration
     
    Public Enum ImageType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImageType
    public enum ImageType : System.Enum 
    Members
    MemberDescription
    BMPBMP
    GIFGIF
    JPEGJPEG
    PNGPNG
    TIFFTIFF
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.GraphicsCore.ImageType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also