ComponentOne Web API Edition
ImageControlType Enumeration

C1.Web.Api.Image Namespace : ImageControlType Enumeration
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

Reference

C1.Web.Api.Image Namespace