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

FieldDescription
AreaChart_AreaGroups this set of series types: { ChartType.Area }
AreaChart_PercentsStackedAreaGroups this set of series types: { ChartType.PercentsStackedArea }
AreaChart_StackedAreaGroups this set of series types: { ChartType.StackedArea }
AreaChart_Area3DGroups this set of series types: { ChartType.Area3D }
AreaChart_StackedArea3DGroups this set of series types: { ChartType.StackedArea3D }
AreaChart_PercentsStackedArea3DGroups this set of series types: { ChartType.PercentsStackedArea3D }
LineChart_LineGroups this set of series types: { ChartType.Line, ChartType.LineWithMarkers }
LineChart_StackedLineGroups this set of series types: { ChartType.StackedLine, ChartType.StackedLineWithMarkers }
LineChart_PercentsStackedLineGroups this set of series types: { ChartType.PercentsStackedLine, ChartType.PercentsStackedLineWithMarkers }
Line3DChartGroups this set of series types: { ChartType.Line3D }
StockHighLowCloseGroups this set of series types: { ChartType.HighLowClose }
StockOpenHighLowCloseGroups this set of series types: { ChartType.OpenHighLowClose }
StockVolumeHighLowCloseGroups this set of series types: { ChartType.VolumeHighLowClose }
StockVolumeOpenHighLowCloseGroups this set of series types: { ChartType.VolumeOpenHighLowClose }
RadarChartGroups this set of series types: { ChartType.Radar, ChartType.RadarWithMarkers }
FilledRadarChartGroups this set of series types: { ChartType.FilledRadar }
ScatterStraightMarkerGroups this set of series types: { ChartType.ScatterWithMarkers, ChartType.ScatterWithStraightLines, ChartType.ScatterWithStraightLinesAndMarkers }
ScatterSmoothMarkerGroups this set of series types: { ChartType.ScatterWithSmoothLines, ChartType.ScatterWithSmoothLinesAndMarkers }
PieChartGroups this set of series types: { ChartType.Pie, ChartType.ExplodedPie }
Pie3DChartGroups this set of series types: { ChartType.Pie3D, ChartType.ExplodedPie3D }
DoughnutChartGroups this set of series types: { ChartType.Doughnut, ChartType.ExplodedDoughnut }
BarChart_VertClusteredGroups this set of series types: { ChartType.ClusteredColumn }
BarChart_VertStackedGroups this set of series types: { ChartType.StackedColumn }
BarChart_VertPercentsStackedGroups this set of series types: { ChartType.PercentsStackedColumn }
BarChart_HorizClusteredGroups this set of series types: { ChartType.ClusteredBar }
BarChart_HorizStackedGroups this set of series types: { ChartType.StackedBar }
BarChart_HorizPercentsStackedGroups this set of series types: { ChartType.PercentsStackedBar }
Bar3DChart_VertGroups this set of series types: { ChartType.Column3D, ChartType.Cylinder3D, ChartType.Cone3D, ChartType.Pyramid3D }
Bar3DChart_VertClusteredGroups this set of series types: { ChartType.ClusteredColumn3D, ChartType.ClusteredCone, ChartType.ClusteredCylinder, ChartType.ClusteredPyramid }
Bar3DChart_VertPercentsStackedColumn3DGroups this set of series types: { ChartType.PercentsStackedColumn3D }
Bar3DChart_VertPercentsStackedConeGroups this set of series types: { ChartType.PercentsStackedCone }
Bar3DChart_VertPercentsStackedCylinderGroups this set of series types: { ChartType.PercentsStackedCylinder }
Bar3DChart_VertPercentsStackedPyramidGroups this set of series types: { ChartType.PercentsStackedPyramid }
Bar3DChart_VertStackedColumn3DGroups this set of series types: { ChartType.StackedColumn3D }
Bar3DChart_VertStackedConeGroups this set of series types: { ChartType.StackedCone }
Bar3DChart_VertStackedCylinderGroups this set of series types: { ChartType.StackedCylinder }
Bar3DChart_VertStackedPyramidGroups this set of series types: { ChartType.StackedPyramid }
Bar3DChart_HorizClusteredGroups this set of series types: { ChartType.ClusteredBar3D, ChartType.ClusteredHorizontalCone, ChartType.ClusteredHorizontalCylinder, ChartType.ClusteredHorizontalPyramid }
Bar3DChart_HorizStackedBar3DGroups this set of series types: { ChartType.StackedBar3D }
Bar3DChart_HorizStackedConeGroups this set of series types: { ChartType.StackedHorizontalCone }
Bar3DChart_HorizStackedCylinderGroups this set of series types: { ChartType.StackedHorizontalCylinder }
Bar3DChart_HorizStackedPyramidGroups this set of series types: { ChartType.StackedHorizontalPyramid }
Bar3DChart_HorizPercentsStackedBar3DGroups this set of series types: { ChartType.PercentsStackedBar3D }
Bar3DChart_HorizPercentsStackedConeGroups this set of series types: { ChartType.PercentsStackedHorizontalCone }
Bar3DChart_HorizPercentsStackedCylinderGroups this set of series types: { ChartType.PercentsStackedHorizontalCylinder }
Bar3DChart_HorizPercentsStackedPyramidGroups this set of series types: { ChartType.PercentsStackedHorizontalPyramid }
BarOfPieChartGroups this set of series types: { ChartType.BarOfPie }
PieOfPieChartGroups this set of series types: { ChartType.PieOfPie }
SurfaceChart_ContourGroups this set of series types: { ChartType.Contour }
SurfaceChart_WireframeContourGroups this set of series types: { ChartType.WireframeContour }
SurfaceChart_Surface3DGroups this set of series types: { ChartType.Surface3D }
SurfaceChart_WireframeSurface3DGroups this set of series types: { ChartType.WireframeSurface3D }
BubbleChartGroups this set of series types: { ChartType.Bubble, ChartType.BubbleWith3D }
HistogramChartGroups this set of series types: { ChartType.Histogram }
ParetoLineChartGroups this set of series types: { ChartType.ParetoLine }
BoxAndWhiskerChartGroups this set of series types: { ChartType.BoxAndWhisker }
WaterfallChartGroups this set of series types: { ChartType.Waterfall }
FunnelChartGroups this set of series types: { ChartType.Funnel }
TreemapChartGroups this set of series types: { ChartType.Treemap }
MapChartGroups this set of series types: { ChartType.Map }
SunburstChartGroups 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 }