ChartType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ChartType extends System.Enum
Represents a type of chart.
Fields
Field | Description |
---|---|
ClusteredColumn | Represents Clustered Column Chart. |
StackedColumn | Represents Stacked Column Chart. |
PercentsStackedColumn | Represents 100% Stacked Column Chart. |
ClusteredColumn3D | Represents 3D Colustered Column Chart. |
StackedColumn3D | Represents 3D Stacked Column Chart. |
PercentsStackedColumn3D | Represents 3D 100% Stacked Column Chart. |
Column3D | Represents 3D Column Chart. |
ClusteredCylinder | Represents Cylinder Chart. |
StackedCylinder | Represents Stacked Cylinder Chart. |
PercentsStackedCylinder | Represents 100% Stacked Cylinder Chart. |
Cylinder3D | Represents 3D Cylindrical Column Chart. |
ClusteredCone | Represents Cone Chart. |
StackedCone | Represents Stacked Cone Chart. |
PercentsStackedCone | Represents 100% Stacked Cone Chart. |
Cone3D | Represents 3D Conical Column Chart. |
ClusteredPyramid | Represents Pyramid Chart. |
StackedPyramid | Represents Stacked Pyramid Chart. |
PercentsStackedPyramid | Represents 100% Stacked Pyramid Chart. |
Pyramid3D | Represents 3D Pyramid Column Chart. |
Line | Represents Line Chart. |
StackedLine | Represents Stacked Line Chart. |
PercentsStackedLine | Represents 100% Stacked Line Chart. |
LineWithMarkers | Represents Line Chart with data markers. |
StackedLineWithMarkers | Represents Stacked Line Chart with data markers. |
PercentsStackedLineWithMarkers | Represents 100% Stacked Line Chart with data markers. |
Line3D | Represents 3D Line Chart. |
Pie | Represents Pie Chart. |
Pie3D | Represents 3D Pie Chart. |
PieOfPie | Represents Pie of Pie Chart. |
ExplodedPie | Represents Exploded Pie Chart. |
ExplodedPie3D | Represents 3D Exploded Pie Chart. |
BarOfPie | Represents Bar of Pie Chart. |
PercentsStackedBar | Represents 100% Stacked Bar Chart. |
ClusteredBar3D | Represents 3D Colustered Bar Chart. |
ClusteredBar | Represents Clustered Bar Chart. |
StackedBar | Represents Stacked Bar Chart. |
StackedBar3D | Represents 3D Stacked Bar Chart. |
PercentsStackedBar3D | Represents 3D 100% Stacked Bar Chart. |
ClusteredHorizontalCylinder | Represents Cylindrical Bar Chart. |
StackedHorizontalCylinder | Represents Stacked Cylindrical Bar Chart. |
PercentsStackedHorizontalCylinder | Represents 100% Stacked Cylindrical Bar Chart. |
ClusteredHorizontalCone | Represents Conical Bar Chart. |
StackedHorizontalCone | Represents Stacked Conical Bar Chart. |
PercentsStackedHorizontalCone | Represents 100% Stacked Conical Bar Chart. |
ClusteredHorizontalPyramid | Represents Pyramid Bar Chart. |
StackedHorizontalPyramid | Represents Stacked Pyramid Bar Chart. |
PercentsStackedHorizontalPyramid | Represents 100% Stacked Pyramid Bar Chart. |
Area | Represents Area Chart. |
StackedArea | Represents Stacked Area Chart. |
PercentsStackedArea | Represents 100% Stacked Area Chart. |
Area3D | Represents 3D Area Chart. |
StackedArea3D | Represents 3D Stacked Area Chart. |
PercentsStackedArea3D | Represents 3D 100% Stacked Area Chart. |
ScatterWithMarkers | Represents Scatter Chart. |
ScatterWithSmoothLinesAndMarkers | Represents Scatter Chart connected by curves, with data markers. |
ScatterWithSmoothLines | Represents Scatter Chart connected by curves, without data markers. |
ScatterWithStraightLinesAndMarkers | Represents Scatter Chart connected by lines, with data markers. |
ScatterWithStraightLines | Represents Scatter Chart connected by lines, without data markers. |
HighLowClose | Represents High-Low-Close Stock Chart. |
OpenHighLowClose | Represents Open-High-Low-Close Stock Chart. |
VolumeHighLowClose | Represents Volume-High-Low-Close Stock Chart. |
VolumeOpenHighLowClose | Represents Volume-Open-High-Low-Close Stock Chart. |
Surface3D | Represents 3D Surface Chart. |
WireframeSurface3D | Represents Wireframe 3D Surface Chart. |
Contour | Represents Contour Chart. |
WireframeContour | Represents Wireframe Contour Chart. |
Doughnut | Represents Doughnut Chart. |
ExplodedDoughnut | Represents Exploded Doughnut Chart. |
Bubble | Represents Bubble Chart. |
BubbleWith3D | Represents 3D Bubble Chart. |
Radar | Represents Radar Chart. |
RadarWithMarkers | Represents Radar Chart with data markers. |
FilledRadar | Represents Filled Radar Chart. |
SeriesOfMixedTypes | This value only can be returned by ChartEx.Type property. |
Treemap | Represents Treemap chart. |
Sunburst | Represents Sunburst chart. |
Histogram | Represents Histogram chart. |
ParetoLine | Represents Pareto line series type (Histogram Pareto chart). |
BoxAndWhisker | Represents BoxAndWhisker chart. |
Waterfall | Represents Waterfall chart. |
Funnel | Represents Funnel chart. |
Map | Represents Map chart. |
ClusteredColumn
public static final int ClusteredColumn
Represents Clustered Column Chart.
StackedColumn
public static final int StackedColumn
Represents Stacked Column Chart.
PercentsStackedColumn
public static final int PercentsStackedColumn
Represents 100% Stacked Column Chart.
ClusteredColumn3D
public static final int ClusteredColumn3D
Represents 3D Colustered Column Chart.
StackedColumn3D
public static final int StackedColumn3D
Represents 3D Stacked Column Chart.
PercentsStackedColumn3D
public static final int PercentsStackedColumn3D
Represents 3D 100% Stacked Column Chart.
Column3D
public static final int Column3D
Represents 3D Column Chart.
ClusteredCylinder
public static final int ClusteredCylinder
Represents Cylinder Chart.
StackedCylinder
public static final int StackedCylinder
Represents Stacked Cylinder Chart.
PercentsStackedCylinder
public static final int PercentsStackedCylinder
Represents 100% Stacked Cylinder Chart.
Cylinder3D
public static final int Cylinder3D
Represents 3D Cylindrical Column Chart.
ClusteredCone
public static final int ClusteredCone
Represents Cone Chart.
StackedCone
public static final int StackedCone
Represents Stacked Cone Chart.
PercentsStackedCone
public static final int PercentsStackedCone
Represents 100% Stacked Cone Chart.
Cone3D
public static final int Cone3D
Represents 3D Conical Column Chart.
ClusteredPyramid
public static final int ClusteredPyramid
Represents Pyramid Chart.
StackedPyramid
public static final int StackedPyramid
Represents Stacked Pyramid Chart.
PercentsStackedPyramid
public static final int PercentsStackedPyramid
Represents 100% Stacked Pyramid Chart.
Pyramid3D
public static final int Pyramid3D
Represents 3D Pyramid Column Chart.
Line
public static final int Line
Represents Line Chart.
StackedLine
public static final int StackedLine
Represents Stacked Line Chart.
PercentsStackedLine
public static final int PercentsStackedLine
Represents 100% Stacked Line Chart.
LineWithMarkers
public static final int LineWithMarkers
Represents Line Chart with data markers.
StackedLineWithMarkers
public static final int StackedLineWithMarkers
Represents Stacked Line Chart with data markers.
PercentsStackedLineWithMarkers
public static final int PercentsStackedLineWithMarkers
Represents 100% Stacked Line Chart with data markers.
Line3D
public static final int Line3D
Represents 3D Line Chart.
Pie
public static final int Pie
Represents Pie Chart.
Pie3D
public static final int Pie3D
Represents 3D Pie Chart.
PieOfPie
public static final int PieOfPie
Represents Pie of Pie Chart.
ExplodedPie
public static final int ExplodedPie
Represents Exploded Pie Chart.
ExplodedPie3D
public static final int ExplodedPie3D
Represents 3D Exploded Pie Chart.
BarOfPie
public static final int BarOfPie
Represents Bar of Pie Chart.
PercentsStackedBar
public static final int PercentsStackedBar
Represents 100% Stacked Bar Chart.
ClusteredBar3D
public static final int ClusteredBar3D
Represents 3D Colustered Bar Chart.
ClusteredBar
public static final int ClusteredBar
Represents Clustered Bar Chart.
StackedBar
public static final int StackedBar
Represents Stacked Bar Chart.
StackedBar3D
public static final int StackedBar3D
Represents 3D Stacked Bar Chart.
PercentsStackedBar3D
public static final int PercentsStackedBar3D
Represents 3D 100% Stacked Bar Chart.
ClusteredHorizontalCylinder
public static final int ClusteredHorizontalCylinder
Represents Cylindrical Bar Chart.
StackedHorizontalCylinder
public static final int StackedHorizontalCylinder
Represents Stacked Cylindrical Bar Chart.
PercentsStackedHorizontalCylinder
public static final int PercentsStackedHorizontalCylinder
Represents 100% Stacked Cylindrical Bar Chart.
ClusteredHorizontalCone
public static final int ClusteredHorizontalCone
Represents Conical Bar Chart.
StackedHorizontalCone
public static final int StackedHorizontalCone
Represents Stacked Conical Bar Chart.
PercentsStackedHorizontalCone
public static final int PercentsStackedHorizontalCone
Represents 100% Stacked Conical Bar Chart.
ClusteredHorizontalPyramid
public static final int ClusteredHorizontalPyramid
Represents Pyramid Bar Chart.
StackedHorizontalPyramid
public static final int StackedHorizontalPyramid
Represents Stacked Pyramid Bar Chart.
PercentsStackedHorizontalPyramid
public static final int PercentsStackedHorizontalPyramid
Represents 100% Stacked Pyramid Bar Chart.
Area
public static final int Area
Represents Area Chart.
StackedArea
public static final int StackedArea
Represents Stacked Area Chart.
PercentsStackedArea
public static final int PercentsStackedArea
Represents 100% Stacked Area Chart.
Area3D
public static final int Area3D
Represents 3D Area Chart.
StackedArea3D
public static final int StackedArea3D
Represents 3D Stacked Area Chart.
PercentsStackedArea3D
public static final int PercentsStackedArea3D
Represents 3D 100% Stacked Area Chart.
ScatterWithMarkers
public static final int ScatterWithMarkers
Represents Scatter Chart.
ScatterWithSmoothLinesAndMarkers
public static final int ScatterWithSmoothLinesAndMarkers
Represents Scatter Chart connected by curves, with data markers.
ScatterWithSmoothLines
public static final int ScatterWithSmoothLines
Represents Scatter Chart connected by curves, without data markers.
ScatterWithStraightLinesAndMarkers
public static final int ScatterWithStraightLinesAndMarkers
Represents Scatter Chart connected by lines, with data markers.
ScatterWithStraightLines
public static final int ScatterWithStraightLines
Represents Scatter Chart connected by lines, without data markers.
HighLowClose
public static final int HighLowClose
Represents High-Low-Close Stock Chart.
OpenHighLowClose
public static final int OpenHighLowClose
Represents Open-High-Low-Close Stock Chart.
VolumeHighLowClose
public static final int VolumeHighLowClose
Represents Volume-High-Low-Close Stock Chart.
VolumeOpenHighLowClose
public static final int VolumeOpenHighLowClose
Represents Volume-Open-High-Low-Close Stock Chart.
Surface3D
public static final int Surface3D
Represents 3D Surface Chart.
WireframeSurface3D
public static final int WireframeSurface3D
Represents Wireframe 3D Surface Chart.
Contour
public static final int Contour
Represents Contour Chart.
WireframeContour
public static final int WireframeContour
Represents Wireframe Contour Chart.
Doughnut
public static final int Doughnut
Represents Doughnut Chart.
ExplodedDoughnut
public static final int ExplodedDoughnut
Represents Exploded Doughnut Chart.
Bubble
public static final int Bubble
Represents Bubble Chart.
BubbleWith3D
public static final int BubbleWith3D
Represents 3D Bubble Chart.
Radar
public static final int Radar
Represents Radar Chart.
RadarWithMarkers
public static final int RadarWithMarkers
Represents Radar Chart with data markers.
FilledRadar
public static final int FilledRadar
Represents Filled Radar Chart.
SeriesOfMixedTypes
public static final int SeriesOfMixedTypes
This value only can be returned by ChartEx.Type property. It mean that chart has series of mixed types.
Treemap
public static final int Treemap
Represents Treemap chart.
Sunburst
public static final int Sunburst
Represents Sunburst chart.
Histogram
public static final int Histogram
Represents Histogram chart.
ParetoLine
public static final int ParetoLine
Represents Pareto line series type (Histogram Pareto chart).
BoxAndWhisker
public static final int BoxAndWhisker
Represents BoxAndWhisker chart.
Waterfall
public static final int Waterfall
Represents Waterfall chart.
Funnel
public static final int Funnel
Represents Funnel chart.
Map
public static final int Map
Represents Map chart.