public final class CombinableSeriesTypesGroup
extends com.aspose.ms.System.Enum
Enumeration of groups of combinable series types. Each element relates to group of types of chart series that can persist simultaneously in one ChartSeriesGroup. For example: ChartType.PercentsStackedArea series cannot be simultaneously with ChartType.StackedArea series in one ChartSeriesGroup. But two or more ChartType.PercentsStackedArea can be in one ChartSeriesGroup simultaneously (CombinableSeriesTypesGroup.AreaChart_PercentsStackedArea). And ChartType.Line series can be with ChartType.LineWithMarkers series simultaneously in one CombinableSeriesTypesGroup.LineChart_Line ChartSeriesGroup.
Modifier and Type | Field and Description |
---|---|
static int |
AreaChart_Area
Groups this set of series types:
{ ChartType.Area }
|
static int |
AreaChart_Area3D
Groups this set of series types:
{ ChartType.Area3D }
|
static int |
AreaChart_PercentsStackedArea
Groups this set of series types:
{ ChartType.PercentsStackedArea }
|
static int |
AreaChart_PercentsStackedArea3D
Groups this set of series types:
{ ChartType.PercentsStackedArea3D }
|
static int |
AreaChart_StackedArea
Groups this set of series types:
{ ChartType.StackedArea }
|
static int |
AreaChart_StackedArea3D
Groups this set of series types:
{ ChartType.StackedArea3D }
|
static int |
Bar3DChart_HorizClustered
Groups this set of series types:
{ ChartType.ClusteredBar3D, ChartType.ClusteredHorizontalCone, ChartType.ClusteredHorizontalCylinder, ChartType.ClusteredHorizontalPyramid }
|
static int |
Bar3DChart_HorizPercentsStackedBar3D
Groups this set of series types:
{ ChartType.PercentsStackedBar3D }
|
static int |
Bar3DChart_HorizPercentsStackedCone
Groups this set of series types:
{ ChartType.PercentsStackedHorizontalCone }
|
static int |
Bar3DChart_HorizPercentsStackedCylinder
Groups this set of series types:
{ ChartType.PercentsStackedHorizontalCylinder }
|
static int |
Bar3DChart_HorizPercentsStackedPyramid
Groups this set of series types:
{ ChartType.PercentsStackedHorizontalPyramid }
|
static int |
Bar3DChart_HorizStackedBar3D
Groups this set of series types:
{ ChartType.StackedBar3D }
|
static int |
Bar3DChart_HorizStackedCone
Groups this set of series types:
{ ChartType.StackedHorizontalCone }
|
static int |
Bar3DChart_HorizStackedCylinder
Groups this set of series types:
{ ChartType.StackedHorizontalCylinder }
|
static int |
Bar3DChart_HorizStackedPyramid
Groups this set of series types:
{ ChartType.StackedHorizontalPyramid }
|
static int |
Bar3DChart_Vert
Groups this set of series types:
{ ChartType.Column3D, ChartType.Cylinder3D, ChartType.Cone3D, ChartType.Pyramid3D }
|
static int |
Bar3DChart_VertClustered
Groups this set of series types:
{ ChartType.ClusteredColumn3D, ChartType.ClusteredCone, ChartType.ClusteredCylinder, ChartType.ClusteredPyramid }
|
static int |
Bar3DChart_VertPercentsStackedColumn3D
Groups this set of series types:
{ ChartType.PercentsStackedColumn3D }
|
static int |
Bar3DChart_VertPercentsStackedCone
Groups this set of series types:
{ ChartType.PercentsStackedCone }
|
static int |
Bar3DChart_VertPercentsStackedCylinder
Groups this set of series types:
{ ChartType.PercentsStackedCylinder }
|
static int |
Bar3DChart_VertPercentsStackedPyramid
Groups this set of series types:
{ ChartType.PercentsStackedPyramid }
|
static int |
Bar3DChart_VertStackedColumn3D
Groups this set of series types:
{ ChartType.StackedColumn3D }
|
static int |
Bar3DChart_VertStackedCone
Groups this set of series types:
{ ChartType.StackedCone }
|
static int |
Bar3DChart_VertStackedCylinder
Groups this set of series types:
{ ChartType.StackedCylinder }
|
static int |
Bar3DChart_VertStackedPyramid
Groups this set of series types:
{ ChartType.StackedPyramid }
|
static int |
BarChart_HorizClustered
Groups this set of series types:
{ ChartType.ClusteredBar }
|
static int |
BarChart_HorizPercentsStacked
Groups this set of series types:
{ ChartType.PercentsStackedBar }
|
static int |
BarChart_HorizStacked
Groups this set of series types:
{ ChartType.StackedBar }
|
static int |
BarChart_VertClustered
Groups this set of series types:
{ ChartType.ClusteredColumn }
|
static int |
BarChart_VertPercentsStacked
Groups this set of series types:
{ ChartType.PercentsStackedColumn }
|
static int |
BarChart_VertStacked
Groups this set of series types:
{ ChartType.StackedColumn }
|
static int |
BarOfPieChart
Groups this set of series types:
{ ChartType.BarOfPie }
|
static int |
BoxAndWhiskerChart
Groups this set of series types:
{ ChartType.BoxAndWhisker }
|
static int |
BubbleChart
Groups this set of series types:
{ ChartType.Bubble, ChartType.BubbleWith3D }
|
static int |
DoughnutChart
Groups this set of series types:
{ ChartType.Doughnut, ChartType.ExplodedDoughnut }
|
static int |
FilledRadarChart
Groups this set of series types:
{ ChartType.FilledRadar }
|
static int |
FunnelChart
Groups this set of series types:
{ ChartType.Funnel }
|
static int |
HistogramChart
Groups this set of series types:
{ ChartType.Histogram }
|
static int |
Line3DChart
Groups this set of series types:
{ ChartType.Line3D }
|
static int |
LineChart_Line
Groups this set of series types:
{ ChartType.Line, ChartType.LineWithMarkers }
|
static int |
LineChart_PercentsStackedLine
Groups this set of series types:
{ ChartType.PercentsStackedLine, ChartType.PercentsStackedLineWithMarkers }
|
static int |
LineChart_StackedLine
Groups this set of series types:
{ ChartType.StackedLine, ChartType.StackedLineWithMarkers }
|
static int |
ParetoLineChart
Groups this set of series types:
{ ChartType.ParetoLine }
|
static int |
Pie3DChart
Groups this set of series types:
{ ChartType.Pie3D, ChartType.ExplodedPie3D }
|
static int |
PieChart
Groups this set of series types:
{ ChartType.Pie, ChartType.ExplodedPie }
|
static int |
PieOfPieChart
Groups this set of series types:
{ ChartType.PieOfPie }
|
static int |
RadarChart
Groups this set of series types:
{ ChartType.Radar, ChartType.RadarWithMarkers }
|
static int |
ScatterSmoothMarker
Groups this set of series types:
{ ChartType.ScatterWithSmoothLines, ChartType.ScatterWithSmoothLinesAndMarkers }
|
static int |
ScatterStraightMarker
Groups this set of series types:
{ ChartType.ScatterWithMarkers, ChartType.ScatterWithStraightLines, ChartType.ScatterWithStraightLinesAndMarkers }
|
static int |
StockHighLowClose
Groups this set of series types:
{ ChartType.HighLowClose }
|
static int |
StockOpenHighLowClose
Groups this set of series types:
{ ChartType.OpenHighLowClose }
|
static int |
StockVolumeHighLowClose
Groups this set of series types:
{ ChartType.VolumeHighLowClose }
|
static int |
StockVolumeOpenHighLowClose
Groups this set of series types:
{ ChartType.VolumeOpenHighLowClose }
|
static int |
SunburstChart
Groups this set of series types:
{ ChartType.Sunburst }
|
static int |
SurfaceChart_Contour
Groups this set of series types:
{ ChartType.Contour }
|
static int |
SurfaceChart_Surface3D
Groups this set of series types:
{ ChartType.Surface3D }
|
static int |
SurfaceChart_WireframeContour
Groups this set of series types:
{ ChartType.WireframeContour }
|
static int |
SurfaceChart_WireframeSurface3D
Groups this set of series types:
{ ChartType.WireframeSurface3D }
|
static int |
TreemapChart
Groups this set of series types:
{ ChartType.Treemap }
|
static int |
WaterfallChart
Groups this set of series types:
{ ChartType.Waterfall }
|
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 AreaChart_Area
Groups this set of series types: { ChartType.Area }
public static final int AreaChart_PercentsStackedArea
Groups this set of series types: { ChartType.PercentsStackedArea }
public static final int AreaChart_StackedArea
Groups this set of series types: { ChartType.StackedArea }
public static final int AreaChart_Area3D
Groups this set of series types: { ChartType.Area3D }
public static final int AreaChart_StackedArea3D
Groups this set of series types: { ChartType.StackedArea3D }
public static final int AreaChart_PercentsStackedArea3D
Groups this set of series types: { ChartType.PercentsStackedArea3D }
public static final int LineChart_Line
Groups this set of series types: { ChartType.Line, ChartType.LineWithMarkers }
public static final int LineChart_StackedLine
Groups this set of series types: { ChartType.StackedLine, ChartType.StackedLineWithMarkers }
public static final int LineChart_PercentsStackedLine
Groups this set of series types: { ChartType.PercentsStackedLine, ChartType.PercentsStackedLineWithMarkers }
public static final int Line3DChart
Groups this set of series types: { ChartType.Line3D }
public static final int StockHighLowClose
Groups this set of series types: { ChartType.HighLowClose }
public static final int StockOpenHighLowClose
Groups this set of series types: { ChartType.OpenHighLowClose }
public static final int StockVolumeHighLowClose
Groups this set of series types: { ChartType.VolumeHighLowClose }
public static final int StockVolumeOpenHighLowClose
Groups this set of series types: { ChartType.VolumeOpenHighLowClose }
public static final int RadarChart
Groups this set of series types: { ChartType.Radar, ChartType.RadarWithMarkers }
public static final int FilledRadarChart
Groups this set of series types: { ChartType.FilledRadar }
public static final int ScatterStraightMarker
Groups this set of series types: { ChartType.ScatterWithMarkers, ChartType.ScatterWithStraightLines, ChartType.ScatterWithStraightLinesAndMarkers }
public static final int ScatterSmoothMarker
Groups this set of series types: { ChartType.ScatterWithSmoothLines, ChartType.ScatterWithSmoothLinesAndMarkers }
public static final int PieChart
Groups this set of series types: { ChartType.Pie, ChartType.ExplodedPie }
public static final int Pie3DChart
Groups this set of series types: { ChartType.Pie3D, ChartType.ExplodedPie3D }
public static final int DoughnutChart
Groups this set of series types: { ChartType.Doughnut, ChartType.ExplodedDoughnut }
public static final int BarChart_VertClustered
Groups this set of series types: { ChartType.ClusteredColumn }
public static final int BarChart_VertStacked
Groups this set of series types: { ChartType.StackedColumn }
public static final int BarChart_VertPercentsStacked
Groups this set of series types: { ChartType.PercentsStackedColumn }
public static final int BarChart_HorizClustered
Groups this set of series types: { ChartType.ClusteredBar }
public static final int BarChart_HorizStacked
Groups this set of series types: { ChartType.StackedBar }
public static final int BarChart_HorizPercentsStacked
Groups this set of series types: { ChartType.PercentsStackedBar }
public static final int Bar3DChart_Vert
Groups this set of series types: { ChartType.Column3D, ChartType.Cylinder3D, ChartType.Cone3D, ChartType.Pyramid3D }
public static final int Bar3DChart_VertClustered
Groups this set of series types: { ChartType.ClusteredColumn3D, ChartType.ClusteredCone, ChartType.ClusteredCylinder, ChartType.ClusteredPyramid }
public static final int Bar3DChart_VertPercentsStackedColumn3D
Groups this set of series types: { ChartType.PercentsStackedColumn3D }
public static final int Bar3DChart_VertPercentsStackedCone
Groups this set of series types: { ChartType.PercentsStackedCone }
public static final int Bar3DChart_VertPercentsStackedCylinder
Groups this set of series types: { ChartType.PercentsStackedCylinder }
public static final int Bar3DChart_VertPercentsStackedPyramid
Groups this set of series types: { ChartType.PercentsStackedPyramid }
public static final int Bar3DChart_VertStackedColumn3D
Groups this set of series types: { ChartType.StackedColumn3D }
public static final int Bar3DChart_VertStackedCone
Groups this set of series types: { ChartType.StackedCone }
public static final int Bar3DChart_VertStackedCylinder
Groups this set of series types: { ChartType.StackedCylinder }
public static final int Bar3DChart_VertStackedPyramid
Groups this set of series types: { ChartType.StackedPyramid }
public static final int Bar3DChart_HorizClustered
Groups this set of series types: { ChartType.ClusteredBar3D, ChartType.ClusteredHorizontalCone, ChartType.ClusteredHorizontalCylinder, ChartType.ClusteredHorizontalPyramid }
public static final int Bar3DChart_HorizStackedBar3D
Groups this set of series types: { ChartType.StackedBar3D }
public static final int Bar3DChart_HorizStackedCone
Groups this set of series types: { ChartType.StackedHorizontalCone }
public static final int Bar3DChart_HorizStackedCylinder
Groups this set of series types: { ChartType.StackedHorizontalCylinder }
public static final int Bar3DChart_HorizStackedPyramid
Groups this set of series types: { ChartType.StackedHorizontalPyramid }
public static final int Bar3DChart_HorizPercentsStackedBar3D
Groups this set of series types: { ChartType.PercentsStackedBar3D }
public static final int Bar3DChart_HorizPercentsStackedCone
Groups this set of series types: { ChartType.PercentsStackedHorizontalCone }
public static final int Bar3DChart_HorizPercentsStackedCylinder
Groups this set of series types: { ChartType.PercentsStackedHorizontalCylinder }
public static final int Bar3DChart_HorizPercentsStackedPyramid
Groups this set of series types: { ChartType.PercentsStackedHorizontalPyramid }
public static final int BarOfPieChart
Groups this set of series types: { ChartType.BarOfPie }
public static final int PieOfPieChart
Groups this set of series types: { ChartType.PieOfPie }
public static final int SurfaceChart_Contour
Groups this set of series types: { ChartType.Contour }
public static final int SurfaceChart_WireframeContour
Groups this set of series types: { ChartType.WireframeContour }
public static final int SurfaceChart_Surface3D
Groups this set of series types: { ChartType.Surface3D }
public static final int SurfaceChart_WireframeSurface3D
Groups this set of series types: { ChartType.WireframeSurface3D }
public static final int BubbleChart
Groups this set of series types: { ChartType.Bubble, ChartType.BubbleWith3D }
public static final int HistogramChart
Groups this set of series types: { ChartType.Histogram }
public static final int ParetoLineChart
Groups this set of series types: { ChartType.ParetoLine }
public static final int BoxAndWhiskerChart
Groups this set of series types: { ChartType.BoxAndWhisker }
public static final int WaterfallChart
Groups this set of series types: { ChartType.Waterfall }
public static final int FunnelChart
Groups this set of series types: { ChartType.Funnel }
public static final int TreemapChart
Groups this set of series types: { ChartType.Treemap }
public static final int SunburstChart
Groups this set of series types: { ChartType.Sunburst }