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