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