asposecells.api

Class ChartType

Utility class containing constants. Enumerates all chart types used in Excel.

Field Summary
const  intAREA
Represents Area Chart.
const  intAREA_STACKED
Represents Stacked Area Chart.
const  intAREA_100_PERCENT_STACKED
Represents 100% Stacked Area Chart.
const  intAREA_3_D
Represents 3D Area Chart.
const  intAREA_3_D_STACKED
Represents 3D Stacked Area Chart.
const  intAREA_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Area Chart.
const  intBAR
Represents Bar Chart: Clustered Bar Chart.
const  intBAR_STACKED
Represents Stacked Bar Chart.
const  intBAR_100_PERCENT_STACKED
Represents 100% Stacked Bar Chart.
const  intBAR_3_D_CLUSTERED
Represents 3D Clustered Bar Chart.
const  intBAR_3_D_STACKED
Represents 3D Stacked Bar Chart.
const  intBAR_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Bar Chart.
const  intBUBBLE
Represents Bubble Chart.
const  intBUBBLE_3_D
Represents 3D Bubble Chart.
const  intCOLUMN
Represents Column Chart: Clustered Column Chart.
const  intCOLUMN_STACKED
Represents Stacked Column Chart.
const  intCOLUMN_100_PERCENT_STACKED
Represents 100% Stacked Column Chart.
const  intCOLUMN_3_D
Represents 3D Column Chart.
const  intCOLUMN_3_D_CLUSTERED
Represents 3D Clustered Column Chart.
const  intCOLUMN_3_D_STACKED
Represents 3D Stacked Column Chart.
const  intCOLUMN_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Column Chart.
const  intCONE
Represents Cone Chart.
const  intCONE_STACKED
Represents Stacked Cone Chart.
const  intCONE_100_PERCENT_STACKED
Represents 100% Stacked Cone Chart.
const  intCONICAL_BAR
Represents Conical Bar Chart.
const  intCONICAL_BAR_STACKED
Represents Stacked Conical Bar Chart.
const  intCONICAL_BAR_100_PERCENT_STACKED
Represents 100% Stacked Conical Bar Chart.
const  intCONICAL_COLUMN_3_D
Represents 3D Conical Column Chart.
const  intCYLINDER
Represents Cylinder Chart.
const  intCYLINDER_STACKED
Represents Stacked Cylinder Chart.
const  intCYLINDER_100_PERCENT_STACKED
Represents 100% Stacked Cylinder Chart.
const  intCYLINDRICAL_BAR
Represents Cylindrical Bar Chart.
const  intCYLINDRICAL_BAR_STACKED
Represents Stacked Cylindrical Bar Chart.
const  intCYLINDRICAL_BAR_100_PERCENT_STACKED
Represents 100% Stacked Cylindrical Bar Chart.
const  intCYLINDRICAL_COLUMN_3_D
Represents 3D Cylindrical Column Chart.
const  intDOUGHNUT
Represents Doughnut Chart.
const  intDOUGHNUT_EXPLODED
Represents Exploded Doughnut Chart.
const  intLINE
Represents Line Chart.
const  intLINE_STACKED
Represents Stacked Line Chart.
const  intLINE_100_PERCENT_STACKED
Represents 100% Stacked Line Chart.
const  intLINE_WITH_DATA_MARKERS
Represents Line Chart with data markers.
const  intLINE_STACKED_WITH_DATA_MARKERS
Represents Stacked Line Chart with data markers.
const  intLINE_100_PERCENT_STACKED_WITH_DATA_MARKERS
Represents 100% Stacked Line Chart with data markers.
const  intLINE_3_D
Represents 3D Line Chart.
const  intPIE
Represents Pie Chart.
const  intPIE_3_D
Represents 3D Pie Chart.
const  intPIE_PIE
Represents Pie of Pie Chart.
const  intPIE_EXPLODED
Represents Exploded Pie Chart.
const  intPIE_3_D_EXPLODED
Represents 3D Exploded Pie Chart.
const  intPIE_BAR
Represents Bar of Pie Chart.
const  intPYRAMID
Represents Pyramid Chart.
const  intPYRAMID_STACKED
Represents Stacked Pyramid Chart.
const  intPYRAMID_100_PERCENT_STACKED
Represents 100% Stacked Pyramid Chart.
const  intPYRAMID_BAR
Represents Pyramid Bar Chart.
const  intPYRAMID_BAR_STACKED
Represents Stacked Pyramid Bar Chart.
const  intPYRAMID_BAR_100_PERCENT_STACKED
Represents 100% Stacked Pyramid Bar Chart.
const  intPYRAMID_COLUMN_3_D
Represents 3D Pyramid Column Chart.
const  intRADAR
Represents Radar Chart.
const  intRADAR_WITH_DATA_MARKERS
Represents Radar Chart with data markers.
const  intRADAR_FILLED
Represents Filled Radar Chart.
const  intSCATTER
Represents Scatter Chart.
const  intSCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKER
Represents Scatter Chart connected by curves, with data markers.
const  intSCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKER
Represents Scatter Chart connected by curves, without data markers.
const  intSCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKER
Represents Scatter Chart connected by lines, with data markers.
const  intSCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKER
Represents Scatter Chart connected by lines, without data markers.
const  intSTOCK_HIGH_LOW_CLOSE
Represents High-Low-Close Stock Chart.
const  intSTOCK_OPEN_HIGH_LOW_CLOSE
Represents Open-High-Low-Close Stock Chart.
const  intSTOCK_VOLUME_HIGH_LOW_CLOSE
Represents Volume-High-Low-Close Stock Chart.
const  intSTOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
Represents Volume-Open-High-Low-Close Stock Chart.
const  intSURFACE_3_D
Represents Surface Chart: 3D Surface Chart.
const  intSURFACE_WIREFRAME_3_D
Represents Wireframe 3D Surface Chart.
const  intSURFACE_CONTOUR
Represents Contour Chart.
const  intSURFACE_CONTOUR_WIREFRAME
Represents Wireframe Contour Chart.
const  intBOX_WHISKER
The series is laid out as box and whisker.
const  intFUNNEL
The series is laid out as a funnel.
const  intPARETO_LINE
The series is laid out as pareto lines.
const  intSUNBURST
The series is laid out as a sunburst.
const  intTREEMAP
The series is laid out as a treemap.
const  intWATERFALL
The series is laid out as a waterfall.
const  intHISTOGRAM
The series is laid out as a histogram.
const  intMAP
The series is laid out as a region map.
const  intRADIAL_HISTOGRAM
The series is laid out as a radial historgram. It is used only for rendering
 

    • Field Detail

      • AREA

        const int AREA
        Represents Area Chart.
      • AREA_STACKED

        const int AREA_STACKED
        Represents Stacked Area Chart.
      • AREA_100_PERCENT_STACKED

        const int AREA_100_PERCENT_STACKED
        Represents 100% Stacked Area Chart.
      • AREA_3_D

        const int AREA_3_D
        Represents 3D Area Chart.
      • AREA_3_D_STACKED

        const int AREA_3_D_STACKED
        Represents 3D Stacked Area Chart.
      • AREA_3_D_100_PERCENT_STACKED

        const int AREA_3_D_100_PERCENT_STACKED
        Represents 3D 100% Stacked Area Chart.
      • BAR

        const int BAR
        Represents Bar Chart: Clustered Bar Chart.
      • BAR_STACKED

        const int BAR_STACKED
        Represents Stacked Bar Chart.
      • BAR_100_PERCENT_STACKED

        const int BAR_100_PERCENT_STACKED
        Represents 100% Stacked Bar Chart.
      • BAR_3_D_CLUSTERED

        const int BAR_3_D_CLUSTERED
        Represents 3D Clustered Bar Chart.
      • BAR_3_D_STACKED

        const int BAR_3_D_STACKED
        Represents 3D Stacked Bar Chart.
      • BAR_3_D_100_PERCENT_STACKED

        const int BAR_3_D_100_PERCENT_STACKED
        Represents 3D 100% Stacked Bar Chart.
      • BUBBLE

        const int BUBBLE
        Represents Bubble Chart.
      • BUBBLE_3_D

        const int BUBBLE_3_D
        Represents 3D Bubble Chart.
      • COLUMN

        const int COLUMN
        Represents Column Chart: Clustered Column Chart.
      • COLUMN_STACKED

        const int COLUMN_STACKED
        Represents Stacked Column Chart.
      • COLUMN_100_PERCENT_STACKED

        const int COLUMN_100_PERCENT_STACKED
        Represents 100% Stacked Column Chart.
      • COLUMN_3_D

        const int COLUMN_3_D
        Represents 3D Column Chart.
      • COLUMN_3_D_CLUSTERED

        const int COLUMN_3_D_CLUSTERED
        Represents 3D Clustered Column Chart.
      • COLUMN_3_D_STACKED

        const int COLUMN_3_D_STACKED
        Represents 3D Stacked Column Chart.
      • COLUMN_3_D_100_PERCENT_STACKED

        const int COLUMN_3_D_100_PERCENT_STACKED
        Represents 3D 100% Stacked Column Chart.
      • CONE

        const int CONE
        Represents Cone Chart.
      • CONE_STACKED

        const int CONE_STACKED
        Represents Stacked Cone Chart.
      • CONE_100_PERCENT_STACKED

        const int CONE_100_PERCENT_STACKED
        Represents 100% Stacked Cone Chart.
      • CONICAL_BAR

        const int CONICAL_BAR
        Represents Conical Bar Chart.
      • CONICAL_BAR_STACKED

        const int CONICAL_BAR_STACKED
        Represents Stacked Conical Bar Chart.
      • CONICAL_BAR_100_PERCENT_STACKED

        const int CONICAL_BAR_100_PERCENT_STACKED
        Represents 100% Stacked Conical Bar Chart.
      • CONICAL_COLUMN_3_D

        const int CONICAL_COLUMN_3_D
        Represents 3D Conical Column Chart.
      • CYLINDER

        const int CYLINDER
        Represents Cylinder Chart.
      • CYLINDER_STACKED

        const int CYLINDER_STACKED
        Represents Stacked Cylinder Chart.
      • CYLINDER_100_PERCENT_STACKED

        const int CYLINDER_100_PERCENT_STACKED
        Represents 100% Stacked Cylinder Chart.
      • CYLINDRICAL_BAR

        const int CYLINDRICAL_BAR
        Represents Cylindrical Bar Chart.
      • CYLINDRICAL_BAR_STACKED

        const int CYLINDRICAL_BAR_STACKED
        Represents Stacked Cylindrical Bar Chart.
      • CYLINDRICAL_BAR_100_PERCENT_STACKED

        const int CYLINDRICAL_BAR_100_PERCENT_STACKED
        Represents 100% Stacked Cylindrical Bar Chart.
      • CYLINDRICAL_COLUMN_3_D

        const int CYLINDRICAL_COLUMN_3_D
        Represents 3D Cylindrical Column Chart.
      • DOUGHNUT

        const int DOUGHNUT
        Represents Doughnut Chart.
      • DOUGHNUT_EXPLODED

        const int DOUGHNUT_EXPLODED
        Represents Exploded Doughnut Chart.
      • LINE

        const int LINE
        Represents Line Chart.
      • LINE_STACKED

        const int LINE_STACKED
        Represents Stacked Line Chart.
      • LINE_100_PERCENT_STACKED

        const int LINE_100_PERCENT_STACKED
        Represents 100% Stacked Line Chart.
      • LINE_WITH_DATA_MARKERS

        const int LINE_WITH_DATA_MARKERS
        Represents Line Chart with data markers.
      • LINE_STACKED_WITH_DATA_MARKERS

        const int LINE_STACKED_WITH_DATA_MARKERS
        Represents Stacked Line Chart with data markers.
      • LINE_100_PERCENT_STACKED_WITH_DATA_MARKERS

        const int LINE_100_PERCENT_STACKED_WITH_DATA_MARKERS
        Represents 100% Stacked Line Chart with data markers.
      • LINE_3_D

        const int LINE_3_D
        Represents 3D Line Chart.
      • PIE

        const int PIE
        Represents Pie Chart.
      • PIE_3_D

        const int PIE_3_D
        Represents 3D Pie Chart.
      • PIE_PIE

        const int PIE_PIE
        Represents Pie of Pie Chart.
      • PIE_EXPLODED

        const int PIE_EXPLODED
        Represents Exploded Pie Chart.
      • PIE_3_D_EXPLODED

        const int PIE_3_D_EXPLODED
        Represents 3D Exploded Pie Chart.
      • PIE_BAR

        const int PIE_BAR
        Represents Bar of Pie Chart.
      • PYRAMID

        const int PYRAMID
        Represents Pyramid Chart.
      • PYRAMID_STACKED

        const int PYRAMID_STACKED
        Represents Stacked Pyramid Chart.
      • PYRAMID_100_PERCENT_STACKED

        const int PYRAMID_100_PERCENT_STACKED
        Represents 100% Stacked Pyramid Chart.
      • PYRAMID_BAR

        const int PYRAMID_BAR
        Represents Pyramid Bar Chart.
      • PYRAMID_BAR_STACKED

        const int PYRAMID_BAR_STACKED
        Represents Stacked Pyramid Bar Chart.
      • PYRAMID_BAR_100_PERCENT_STACKED

        const int PYRAMID_BAR_100_PERCENT_STACKED
        Represents 100% Stacked Pyramid Bar Chart.
      • PYRAMID_COLUMN_3_D

        const int PYRAMID_COLUMN_3_D
        Represents 3D Pyramid Column Chart.
      • RADAR

        const int RADAR
        Represents Radar Chart.
      • RADAR_WITH_DATA_MARKERS

        const int RADAR_WITH_DATA_MARKERS
        Represents Radar Chart with data markers.
      • RADAR_FILLED

        const int RADAR_FILLED
        Represents Filled Radar Chart.
      • SCATTER

        const int SCATTER
        Represents Scatter Chart.
      • SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKER

        const int SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKER
        Represents Scatter Chart connected by curves, with data markers.
      • SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKER

        const int SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKER
        Represents Scatter Chart connected by curves, without data markers.
      • SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKER

        const int SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKER
        Represents Scatter Chart connected by lines, with data markers.
      • SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKER

        const int SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKER
        Represents Scatter Chart connected by lines, without data markers.
      • STOCK_HIGH_LOW_CLOSE

        const int STOCK_HIGH_LOW_CLOSE
        Represents High-Low-Close Stock Chart.
      • STOCK_OPEN_HIGH_LOW_CLOSE

        const int STOCK_OPEN_HIGH_LOW_CLOSE
        Represents Open-High-Low-Close Stock Chart.
      • STOCK_VOLUME_HIGH_LOW_CLOSE

        const int STOCK_VOLUME_HIGH_LOW_CLOSE
        Represents Volume-High-Low-Close Stock Chart.
      • STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE

        const int STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
        Represents Volume-Open-High-Low-Close Stock Chart.
      • SURFACE_3_D

        const int SURFACE_3_D
        Represents Surface Chart: 3D Surface Chart.
      • SURFACE_WIREFRAME_3_D

        const int SURFACE_WIREFRAME_3_D
        Represents Wireframe 3D Surface Chart.
      • SURFACE_CONTOUR

        const int SURFACE_CONTOUR
        Represents Contour Chart.
      • SURFACE_CONTOUR_WIREFRAME

        const int SURFACE_CONTOUR_WIREFRAME
        Represents Wireframe Contour Chart.
      • BOX_WHISKER

        const int BOX_WHISKER
        The series is laid out as box and whisker.
      • FUNNEL

        const int FUNNEL
        The series is laid out as a funnel.
      • PARETO_LINE

        const int PARETO_LINE
        The series is laid out as pareto lines.
      • SUNBURST

        const int SUNBURST
        The series is laid out as a sunburst.
      • TREEMAP

        const int TREEMAP
        The series is laid out as a treemap.
      • WATERFALL

        const int WATERFALL
        The series is laid out as a waterfall.
      • HISTOGRAM

        const int HISTOGRAM
        The series is laid out as a histogram.
      • MAP

        const int MAP
        The series is laid out as a region map.
      • RADIAL_HISTOGRAM

        const int RADIAL_HISTOGRAM
        The series is laid out as a radial historgram. It is used only for rendering