Web API Edition | ComponentOne
C1.Web.Api.Image Namespace / ImageControlType Enumeration

In This Topic
    ImageControlType Enumeration
    In This Topic
    Enum representing the type of controls that can be exported to an image.
    Syntax
    'Declaration
     
    
    Public Enum ImageControlType 
       Inherits System.Enum
    public enum ImageControlType : System.Enum 
    Members
    MemberDescription
    BulletGraphBulletGraph control.
    FlexChartFlexChart control.
    FlexPieFlexPie control.
    FlexRadarFlexRadar control.
    LinearGaugeLinearGauge control.
    RadialGaugeRadialGauge control.
    SunburstSunburst control.
    TreeMapTreeMap control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.Image.ImageControlType

    See Also