FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / ImageFormat Enumeration

In This Topic
    ImageFormat Enumeration
    In This Topic
    Specifies image format.
    Syntax
    'Declaration
     
    Public Enum ImageFormat 
       Inherits System.Enum
    public enum ImageFormat : System.Enum 
    Members
    MemberDescription
    JpgJpeg image
    PngPng image.
    SvgSVG image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Chart.ImageFormat

    See Also