com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class CombinableSeriesTypesGroup

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.CombinableSeriesTypesGroup


  • 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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AreaChart_Area

        public static final int AreaChart_Area

        Groups this set of series types: { ChartType.Area }

        See Also:
        Constant Field Values
      • AreaChart_PercentsStackedArea

        public static final int AreaChart_PercentsStackedArea

        Groups this set of series types: { ChartType.PercentsStackedArea }

        See Also:
        Constant Field Values
      • AreaChart_StackedArea

        public static final int AreaChart_StackedArea

        Groups this set of series types: { ChartType.StackedArea }

        See Also:
        Constant Field Values
      • AreaChart_Area3D

        public static final int AreaChart_Area3D

        Groups this set of series types: { ChartType.Area3D }

        See Also:
        Constant Field Values
      • AreaChart_StackedArea3D

        public static final int AreaChart_StackedArea3D

        Groups this set of series types: { ChartType.StackedArea3D }

        See Also:
        Constant Field Values
      • AreaChart_PercentsStackedArea3D

        public static final int AreaChart_PercentsStackedArea3D

        Groups this set of series types: { ChartType.PercentsStackedArea3D }

        See Also:
        Constant Field Values
      • LineChart_Line

        public static final int LineChart_Line

        Groups this set of series types: { ChartType.Line, ChartType.LineWithMarkers }

        See Also:
        Constant Field Values
      • LineChart_StackedLine

        public static final int LineChart_StackedLine

        Groups this set of series types: { ChartType.StackedLine, ChartType.StackedLineWithMarkers }

        See Also:
        Constant Field Values
      • LineChart_PercentsStackedLine

        public static final int LineChart_PercentsStackedLine

        Groups this set of series types: { ChartType.PercentsStackedLine, ChartType.PercentsStackedLineWithMarkers }

        See Also:
        Constant Field Values
      • Line3DChart

        public static final int Line3DChart

        Groups this set of series types: { ChartType.Line3D }

        See Also:
        Constant Field Values
      • StockHighLowClose

        public static final int StockHighLowClose

        Groups this set of series types: { ChartType.HighLowClose }

        See Also:
        Constant Field Values
      • StockOpenHighLowClose

        public static final int StockOpenHighLowClose

        Groups this set of series types: { ChartType.OpenHighLowClose }

        See Also:
        Constant Field Values
      • StockVolumeHighLowClose

        public static final int StockVolumeHighLowClose

        Groups this set of series types: { ChartType.VolumeHighLowClose }

        See Also:
        Constant Field Values
      • StockVolumeOpenHighLowClose

        public static final int StockVolumeOpenHighLowClose

        Groups this set of series types: { ChartType.VolumeOpenHighLowClose }

        See Also:
        Constant Field Values
      • RadarChart

        public static final int RadarChart

        Groups this set of series types: { ChartType.Radar, ChartType.RadarWithMarkers }

        See Also:
        Constant Field Values
      • FilledRadarChart

        public static final int FilledRadarChart

        Groups this set of series types: { ChartType.FilledRadar }

        See Also:
        Constant Field Values
      • ScatterStraightMarker

        public static final int ScatterStraightMarker

        Groups this set of series types: { ChartType.ScatterWithMarkers, ChartType.ScatterWithStraightLines, ChartType.ScatterWithStraightLinesAndMarkers }

        See Also:
        Constant Field Values
      • ScatterSmoothMarker

        public static final int ScatterSmoothMarker

        Groups this set of series types: { ChartType.ScatterWithSmoothLines, ChartType.ScatterWithSmoothLinesAndMarkers }

        See Also:
        Constant Field Values
      • PieChart

        public static final int PieChart

        Groups this set of series types: { ChartType.Pie, ChartType.ExplodedPie }

        See Also:
        Constant Field Values
      • Pie3DChart

        public static final int Pie3DChart

        Groups this set of series types: { ChartType.Pie3D, ChartType.ExplodedPie3D }

        See Also:
        Constant Field Values
      • DoughnutChart

        public static final int DoughnutChart

        Groups this set of series types: { ChartType.Doughnut, ChartType.ExplodedDoughnut }

        See Also:
        Constant Field Values
      • BarChart_VertClustered

        public static final int BarChart_VertClustered

        Groups this set of series types: { ChartType.ClusteredColumn }

        See Also:
        Constant Field Values
      • BarChart_VertStacked

        public static final int BarChart_VertStacked

        Groups this set of series types: { ChartType.StackedColumn }

        See Also:
        Constant Field Values
      • BarChart_VertPercentsStacked

        public static final int BarChart_VertPercentsStacked

        Groups this set of series types: { ChartType.PercentsStackedColumn }

        See Also:
        Constant Field Values
      • BarChart_HorizClustered

        public static final int BarChart_HorizClustered

        Groups this set of series types: { ChartType.ClusteredBar }

        See Also:
        Constant Field Values
      • BarChart_HorizStacked

        public static final int BarChart_HorizStacked

        Groups this set of series types: { ChartType.StackedBar }

        See Also:
        Constant Field Values
      • BarChart_HorizPercentsStacked

        public static final int BarChart_HorizPercentsStacked

        Groups this set of series types: { ChartType.PercentsStackedBar }

        See Also:
        Constant Field Values
      • Bar3DChart_Vert

        public static final int Bar3DChart_Vert

        Groups this set of series types: { ChartType.Column3D, ChartType.Cylinder3D, ChartType.Cone3D, ChartType.Pyramid3D }

        See Also:
        Constant Field Values
      • Bar3DChart_VertClustered

        public static final int Bar3DChart_VertClustered

        Groups this set of series types: { ChartType.ClusteredColumn3D, ChartType.ClusteredCone, ChartType.ClusteredCylinder, ChartType.ClusteredPyramid }

        See Also:
        Constant Field Values
      • Bar3DChart_VertPercentsStackedColumn3D

        public static final int Bar3DChart_VertPercentsStackedColumn3D

        Groups this set of series types: { ChartType.PercentsStackedColumn3D }

        See Also:
        Constant Field Values
      • Bar3DChart_VertPercentsStackedCone

        public static final int Bar3DChart_VertPercentsStackedCone

        Groups this set of series types: { ChartType.PercentsStackedCone }

        See Also:
        Constant Field Values
      • Bar3DChart_VertPercentsStackedCylinder

        public static final int Bar3DChart_VertPercentsStackedCylinder

        Groups this set of series types: { ChartType.PercentsStackedCylinder }

        See Also:
        Constant Field Values
      • Bar3DChart_VertPercentsStackedPyramid

        public static final int Bar3DChart_VertPercentsStackedPyramid

        Groups this set of series types: { ChartType.PercentsStackedPyramid }

        See Also:
        Constant Field Values
      • Bar3DChart_VertStackedColumn3D

        public static final int Bar3DChart_VertStackedColumn3D

        Groups this set of series types: { ChartType.StackedColumn3D }

        See Also:
        Constant Field Values
      • Bar3DChart_VertStackedCone

        public static final int Bar3DChart_VertStackedCone

        Groups this set of series types: { ChartType.StackedCone }

        See Also:
        Constant Field Values
      • Bar3DChart_VertStackedCylinder

        public static final int Bar3DChart_VertStackedCylinder

        Groups this set of series types: { ChartType.StackedCylinder }

        See Also:
        Constant Field Values
      • Bar3DChart_VertStackedPyramid

        public static final int Bar3DChart_VertStackedPyramid

        Groups this set of series types: { ChartType.StackedPyramid }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizClustered

        public static final int Bar3DChart_HorizClustered

        Groups this set of series types: { ChartType.ClusteredBar3D, ChartType.ClusteredHorizontalCone, ChartType.ClusteredHorizontalCylinder, ChartType.ClusteredHorizontalPyramid }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizStackedBar3D

        public static final int Bar3DChart_HorizStackedBar3D

        Groups this set of series types: { ChartType.StackedBar3D }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizStackedCone

        public static final int Bar3DChart_HorizStackedCone

        Groups this set of series types: { ChartType.StackedHorizontalCone }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizStackedCylinder

        public static final int Bar3DChart_HorizStackedCylinder

        Groups this set of series types: { ChartType.StackedHorizontalCylinder }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizStackedPyramid

        public static final int Bar3DChart_HorizStackedPyramid

        Groups this set of series types: { ChartType.StackedHorizontalPyramid }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizPercentsStackedBar3D

        public static final int Bar3DChart_HorizPercentsStackedBar3D

        Groups this set of series types: { ChartType.PercentsStackedBar3D }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizPercentsStackedCone

        public static final int Bar3DChart_HorizPercentsStackedCone

        Groups this set of series types: { ChartType.PercentsStackedHorizontalCone }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizPercentsStackedCylinder

        public static final int Bar3DChart_HorizPercentsStackedCylinder

        Groups this set of series types: { ChartType.PercentsStackedHorizontalCylinder }

        See Also:
        Constant Field Values
      • Bar3DChart_HorizPercentsStackedPyramid

        public static final int Bar3DChart_HorizPercentsStackedPyramid

        Groups this set of series types: { ChartType.PercentsStackedHorizontalPyramid }

        See Also:
        Constant Field Values
      • BarOfPieChart

        public static final int BarOfPieChart

        Groups this set of series types: { ChartType.BarOfPie }

        See Also:
        Constant Field Values
      • PieOfPieChart

        public static final int PieOfPieChart

        Groups this set of series types: { ChartType.PieOfPie }

        See Also:
        Constant Field Values
      • SurfaceChart_Contour

        public static final int SurfaceChart_Contour

        Groups this set of series types: { ChartType.Contour }

        See Also:
        Constant Field Values
      • SurfaceChart_WireframeContour

        public static final int SurfaceChart_WireframeContour

        Groups this set of series types: { ChartType.WireframeContour }

        See Also:
        Constant Field Values
      • SurfaceChart_Surface3D

        public static final int SurfaceChart_Surface3D

        Groups this set of series types: { ChartType.Surface3D }

        See Also:
        Constant Field Values
      • SurfaceChart_WireframeSurface3D

        public static final int SurfaceChart_WireframeSurface3D

        Groups this set of series types: { ChartType.WireframeSurface3D }

        See Also:
        Constant Field Values
      • BubbleChart

        public static final int BubbleChart

        Groups this set of series types: { ChartType.Bubble, ChartType.BubbleWith3D }

        See Also:
        Constant Field Values
      • HistogramChart

        public static final int HistogramChart

        Groups this set of series types: { ChartType.Histogram }

        See Also:
        Constant Field Values
      • ParetoLineChart

        public static final int ParetoLineChart

        Groups this set of series types: { ChartType.ParetoLine }

        See Also:
        Constant Field Values
      • BoxAndWhiskerChart

        public static final int BoxAndWhiskerChart

        Groups this set of series types: { ChartType.BoxAndWhisker }

        See Also:
        Constant Field Values
      • WaterfallChart

        public static final int WaterfallChart

        Groups this set of series types: { ChartType.Waterfall }

        See Also:
        Constant Field Values
      • FunnelChart

        public static final int FunnelChart

        Groups this set of series types: { ChartType.Funnel }

        See Also:
        Constant Field Values
      • TreemapChart

        public static final int TreemapChart

        Groups this set of series types: { ChartType.Treemap }

        See Also:
        Constant Field Values
      • SunburstChart

        public static final int SunburstChart

        Groups this set of series types: { ChartType.Sunburst }

        See Also:
        Constant Field Values