ChartType enumeration
Contents
[
Hide
]ChartType enumeration
Represents a type of chart.
The ChartType type exposes the following members:
Fields
| Field | Description |
|---|---|
| CLUSTERED_COLUMN | Represents Clustered Column Chart. |
| STACKED_COLUMN | Represents Stacked Column Chart. |
| PERCENTS_STACKED_COLUMN | Represents 100% Stacked Column Chart. |
| CLUSTERED_COLUMN_3D | Represents 3D Colustered Column Chart. |
| STACKED_COLUMN_3D | Represents 3D Stacked Column Chart. |
| PERCENTS_STACKED_COLUMN_3D | Represents 3D 100% Stacked Column Chart. |
| COLUMN_3D | Represents 3D Column Chart. |
| CLUSTERED_CYLINDER | Represents Cylinder Chart. |
| STACKED_CYLINDER | Represents Stacked Cylinder Chart. |
| PERCENTS_STACKED_CYLINDER | Represents 100% Stacked Cylinder Chart. |
| CYLINDER_3D | Represents 3D Cylindrical Column Chart. |
| CLUSTERED_CONE | Represents Cone Chart. |
| STACKED_CONE | Represents Stacked Cone Chart. |
| PERCENTS_STACKED_CONE | Represents 100% Stacked Cone Chart. |
| CONE_3D | Represents 3D Conical Column Chart. |
| CLUSTERED_PYRAMID | Represents Pyramid Chart. |
| STACKED_PYRAMID | Represents Stacked Pyramid Chart. |
| PERCENTS_STACKED_PYRAMID | Represents 100% Stacked Pyramid Chart. |
| PYRAMID_3D | Represents 3D Pyramid Column Chart. |
| LINE | Represents Line Chart. |
| STACKED_LINE | Represents Stacked Line Chart. |
| PERCENTS_STACKED_LINE | Represents 100% Stacked Line Chart. |
| LINE_WITH_MARKERS | Represents Line Chart with data markers. |
| STACKED_LINE_WITH_MARKERS | Represents Stacked Line Chart with data markers. |
| PERCENTS_STACKED_LINE_WITH_MARKERS | Represents 100% Stacked Line Chart with data markers. |
| LINE_3D | Represents 3D Line Chart. |
| PIE | Represents Pie Chart. |
| PIE_3D | Represents 3D Pie Chart. |
| PIE_OF_PIE | Represents Pie of Pie Chart. |
| EXPLODED_PIE | Represents Exploded Pie Chart. |
| EXPLODED_PIE_3D | Represents 3D Exploded Pie Chart. |
| BAR_OF_PIE | Represents Bar of Pie Chart. |
| PERCENTS_STACKED_BAR | Represents 100% Stacked Bar Chart. |
| CLUSTERED_BAR_3D | Represents 3D Colustered Bar Chart. |
| CLUSTERED_BAR | Represents Clustered Bar Chart. |
| STACKED_BAR | Represents Stacked Bar Chart. |
| STACKED_BAR_3D | Represents 3D Stacked Bar Chart. |
| PERCENTS_STACKED_BAR_3D | Represents 3D 100% Stacked Bar Chart. |
| CLUSTERED_HORIZONTAL_CYLINDER | Represents Cylindrical Bar Chart. |
| STACKED_HORIZONTAL_CYLINDER | Represents Stacked Cylindrical Bar Chart. |
| PERCENTS_STACKED_HORIZONTAL_CYLINDER | Represents 100% Stacked Cylindrical Bar Chart. |
| CLUSTERED_HORIZONTAL_CONE | Represents Conical Bar Chart. |
| STACKED_HORIZONTAL_CONE | Represents Stacked Conical Bar Chart. |
| PERCENTS_STACKED_HORIZONTAL_CONE | Represents 100% Stacked Conical Bar Chart. |
| CLUSTERED_HORIZONTAL_PYRAMID | Represents Pyramid Bar Chart. |
| STACKED_HORIZONTAL_PYRAMID | Represents Stacked Pyramid Bar Chart. |
| PERCENTS_STACKED_HORIZONTAL_PYRAMID | Represents 100% Stacked Pyramid Bar Chart. |
| AREA | Represents Area Chart. |
| STACKED_AREA | Represents Stacked Area Chart. |
| PERCENTS_STACKED_AREA | Represents 100% Stacked Area Chart. |
| AREA_3D | Represents 3D Area Chart. |
| STACKED_AREA_3D | Represents 3D Stacked Area Chart. |
| PERCENTS_STACKED_AREA_3D | Represents 3D 100% Stacked Area Chart. |
| SCATTER_WITH_MARKERS | Represents Scatter Chart. |
| SCATTER_WITH_SMOOTH_LINES_AND_MARKERS | Represents Scatter Chart connected by curves, with data markers. |
| SCATTER_WITH_SMOOTH_LINES | Represents Scatter Chart connected by curves, without data markers. |
| SCATTER_WITH_STRAIGHT_LINES_AND_MARKERS | Represents Scatter Chart connected by lines, with data markers. |
| SCATTER_WITH_STRAIGHT_LINES | Represents Scatter Chart connected by lines, without data markers. |
| HIGH_LOW_CLOSE | Represents High-Low-Close Stock Chart. |
| OPEN_HIGH_LOW_CLOSE | Represents Open-High-Low-Close Stock Chart. |
| VOLUME_HIGH_LOW_CLOSE | Represents Volume-High-Low-Close Stock Chart. |
| VOLUME_OPEN_HIGH_LOW_CLOSE | Represents Volume-Open-High-Low-Close Stock Chart. |
| SURFACE_3D | Represents 3D Surface Chart. |
| WIREFRAME_SURFACE_3D | Represents Wireframe 3D Surface Chart. |
| CONTOUR | Represents Contour Chart. |
| WIREFRAME_CONTOUR | Represents Wireframe Contour Chart. |
| DOUGHNUT | Represents Doughnut Chart. |
| EXPLODED_DOUGHNUT | Represents Exploded Doughnut Chart. |
| BUBBLE | Represents Bubble Chart. |
| BUBBLE_WITH_3D | Represents 3D Bubble Chart. |
| RADAR | Represents Radar Chart. |
| RADAR_WITH_MARKERS | Represents Radar Chart with data markers. |
| FILLED_RADAR | Represents Filled Radar Chart. |
| SERIES_OF_MIXED_TYPES | This value only can be returned by ChartEx.Type property. It mean that chart has series of mixed types. |
| TREEMAP | Represents Treemap chart. |
| SUNBURST | Represents Sunburst chart. |
| HISTOGRAM | Represents Histogram chart. |
| PARETO_LINE | Represents Pareto line series type (Histogram Pareto chart). |
| BOX_AND_WHISKER | Represents BoxAndWhisker chart. |
| WATERFALL | Represents Waterfall chart. |
| FUNNEL | Represents Funnel chart. |
| MAP | Represents Map chart. |
See Also
- module
aspose.slides.charts - library
Aspose.Slides