com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ChartType

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


  • public final class ChartType
    extends com.aspose.ms.System.Enum

    Represents a type of chart.

    • Field Detail

      • ClusteredColumn

        public static final int ClusteredColumn

        Represents Clustered Column Chart.

        See Also:
        Constant Field Values
      • StackedColumn

        public static final int StackedColumn

        Represents Stacked Column Chart.

        See Also:
        Constant Field Values
      • PercentsStackedColumn

        public static final int PercentsStackedColumn

        Represents 100% Stacked Column Chart.

        See Also:
        Constant Field Values
      • ClusteredColumn3D

        public static final int ClusteredColumn3D

        Represents 3D Colustered Column Chart.

        See Also:
        Constant Field Values
      • StackedColumn3D

        public static final int StackedColumn3D

        Represents 3D Stacked Column Chart.

        See Also:
        Constant Field Values
      • PercentsStackedColumn3D

        public static final int PercentsStackedColumn3D

        Represents 3D 100% Stacked Column Chart.

        See Also:
        Constant Field Values
      • ClusteredCylinder

        public static final int ClusteredCylinder

        Represents Cylinder Chart.

        See Also:
        Constant Field Values
      • StackedCylinder

        public static final int StackedCylinder

        Represents Stacked Cylinder Chart.

        See Also:
        Constant Field Values
      • PercentsStackedCylinder

        public static final int PercentsStackedCylinder

        Represents 100% Stacked Cylinder Chart.

        See Also:
        Constant Field Values
      • Cylinder3D

        public static final int Cylinder3D

        Represents 3D Cylindrical Column Chart.

        See Also:
        Constant Field Values
      • ClusteredCone

        public static final int ClusteredCone

        Represents Cone Chart.

        See Also:
        Constant Field Values
      • StackedCone

        public static final int StackedCone

        Represents Stacked Cone Chart.

        See Also:
        Constant Field Values
      • PercentsStackedCone

        public static final int PercentsStackedCone

        Represents 100% Stacked Cone Chart.

        See Also:
        Constant Field Values
      • Cone3D

        public static final int Cone3D

        Represents 3D Conical Column Chart.

        See Also:
        Constant Field Values
      • ClusteredPyramid

        public static final int ClusteredPyramid

        Represents Pyramid Chart.

        See Also:
        Constant Field Values
      • StackedPyramid

        public static final int StackedPyramid

        Represents Stacked Pyramid Chart.

        See Also:
        Constant Field Values
      • PercentsStackedPyramid

        public static final int PercentsStackedPyramid

        Represents 100% Stacked Pyramid Chart.

        See Also:
        Constant Field Values
      • Pyramid3D

        public static final int Pyramid3D

        Represents 3D Pyramid Column Chart.

        See Also:
        Constant Field Values
      • StackedLine

        public static final int StackedLine

        Represents Stacked Line Chart.

        See Also:
        Constant Field Values
      • PercentsStackedLine

        public static final int PercentsStackedLine

        Represents 100% Stacked Line Chart.

        See Also:
        Constant Field Values
      • LineWithMarkers

        public static final int LineWithMarkers

        Represents Line Chart with data markers.

        See Also:
        Constant Field Values
      • StackedLineWithMarkers

        public static final int StackedLineWithMarkers

        Represents Stacked Line Chart with data markers.

        See Also:
        Constant Field Values
      • PercentsStackedLineWithMarkers

        public static final int PercentsStackedLineWithMarkers

        Represents 100% Stacked Line Chart with data markers.

        See Also:
        Constant Field Values
      • PieOfPie

        public static final int PieOfPie

        Represents Pie of Pie Chart.

        See Also:
        Constant Field Values
      • ExplodedPie

        public static final int ExplodedPie

        Represents Exploded Pie Chart.

        See Also:
        Constant Field Values
      • ExplodedPie3D

        public static final int ExplodedPie3D

        Represents 3D Exploded Pie Chart.

        See Also:
        Constant Field Values
      • BarOfPie

        public static final int BarOfPie

        Represents Bar of Pie Chart.

        See Also:
        Constant Field Values
      • PercentsStackedBar

        public static final int PercentsStackedBar

        Represents 100% Stacked Bar Chart.

        See Also:
        Constant Field Values
      • ClusteredBar3D

        public static final int ClusteredBar3D

        Represents 3D Colustered Bar Chart.

        See Also:
        Constant Field Values
      • ClusteredBar

        public static final int ClusteredBar

        Represents Clustered Bar Chart.

        See Also:
        Constant Field Values
      • StackedBar

        public static final int StackedBar

        Represents Stacked Bar Chart.

        See Also:
        Constant Field Values
      • StackedBar3D

        public static final int StackedBar3D

        Represents 3D Stacked Bar Chart.

        See Also:
        Constant Field Values
      • PercentsStackedBar3D

        public static final int PercentsStackedBar3D

        Represents 3D 100% Stacked Bar Chart.

        See Also:
        Constant Field Values
      • ClusteredHorizontalCylinder

        public static final int ClusteredHorizontalCylinder

        Represents Cylindrical Bar Chart.

        See Also:
        Constant Field Values
      • StackedHorizontalCylinder

        public static final int StackedHorizontalCylinder

        Represents Stacked Cylindrical Bar Chart.

        See Also:
        Constant Field Values
      • PercentsStackedHorizontalCylinder

        public static final int PercentsStackedHorizontalCylinder

        Represents 100% Stacked Cylindrical Bar Chart.

        See Also:
        Constant Field Values
      • ClusteredHorizontalCone

        public static final int ClusteredHorizontalCone

        Represents Conical Bar Chart.

        See Also:
        Constant Field Values
      • StackedHorizontalCone

        public static final int StackedHorizontalCone

        Represents Stacked Conical Bar Chart.

        See Also:
        Constant Field Values
      • PercentsStackedHorizontalCone

        public static final int PercentsStackedHorizontalCone

        Represents 100% Stacked Conical Bar Chart.

        See Also:
        Constant Field Values
      • ClusteredHorizontalPyramid

        public static final int ClusteredHorizontalPyramid

        Represents Pyramid Bar Chart.

        See Also:
        Constant Field Values
      • StackedHorizontalPyramid

        public static final int StackedHorizontalPyramid

        Represents Stacked Pyramid Bar Chart.

        See Also:
        Constant Field Values
      • PercentsStackedHorizontalPyramid

        public static final int PercentsStackedHorizontalPyramid

        Represents 100% Stacked Pyramid Bar Chart.

        See Also:
        Constant Field Values
      • StackedArea

        public static final int StackedArea

        Represents Stacked Area Chart.

        See Also:
        Constant Field Values
      • PercentsStackedArea

        public static final int PercentsStackedArea

        Represents 100% Stacked Area Chart.

        See Also:
        Constant Field Values
      • StackedArea3D

        public static final int StackedArea3D

        Represents 3D Stacked Area Chart.

        See Also:
        Constant Field Values
      • PercentsStackedArea3D

        public static final int PercentsStackedArea3D

        Represents 3D 100% Stacked Area Chart.

        See Also:
        Constant Field Values
      • ScatterWithMarkers

        public static final int ScatterWithMarkers

        Represents Scatter Chart.

        See Also:
        Constant Field Values
      • ScatterWithSmoothLinesAndMarkers

        public static final int ScatterWithSmoothLinesAndMarkers

        Represents Scatter Chart connected by curves, with data markers.

        See Also:
        Constant Field Values
      • ScatterWithSmoothLines

        public static final int ScatterWithSmoothLines

        Represents Scatter Chart connected by curves, without data markers.

        See Also:
        Constant Field Values
      • ScatterWithStraightLinesAndMarkers

        public static final int ScatterWithStraightLinesAndMarkers

        Represents Scatter Chart connected by lines, with data markers.

        See Also:
        Constant Field Values
      • ScatterWithStraightLines

        public static final int ScatterWithStraightLines

        Represents Scatter Chart connected by lines, without data markers.

        See Also:
        Constant Field Values
      • HighLowClose

        public static final int HighLowClose

        Represents High-Low-Close Stock Chart.

        See Also:
        Constant Field Values
      • OpenHighLowClose

        public static final int OpenHighLowClose

        Represents Open-High-Low-Close Stock Chart.

        See Also:
        Constant Field Values
      • VolumeHighLowClose

        public static final int VolumeHighLowClose

        Represents Volume-High-Low-Close Stock Chart.

        See Also:
        Constant Field Values
      • VolumeOpenHighLowClose

        public static final int VolumeOpenHighLowClose

        Represents Volume-Open-High-Low-Close Stock Chart.

        See Also:
        Constant Field Values
      • Surface3D

        public static final int Surface3D

        Represents 3D Surface Chart.

        See Also:
        Constant Field Values
      • WireframeSurface3D

        public static final int WireframeSurface3D

        Represents Wireframe 3D Surface Chart.

        See Also:
        Constant Field Values
      • WireframeContour

        public static final int WireframeContour

        Represents Wireframe Contour Chart.

        See Also:
        Constant Field Values
      • ExplodedDoughnut

        public static final int ExplodedDoughnut

        Represents Exploded Doughnut Chart.

        See Also:
        Constant Field Values
      • BubbleWith3D

        public static final int BubbleWith3D

        Represents 3D Bubble Chart.

        See Also:
        Constant Field Values
      • RadarWithMarkers

        public static final int RadarWithMarkers

        Represents Radar Chart with data markers.

        See Also:
        Constant Field Values
      • FilledRadar

        public static final int FilledRadar

        Represents Filled Radar Chart.

        See Also:
        Constant Field Values
      • SeriesOfMixedTypes

        public static final int SeriesOfMixedTypes

        This value only can be returned by ChartEx.Type property. It mean that chart has series of mixed types.

        See Also:
        Constant Field Values
      • Histogram

        public static final int Histogram

        Represents Histogram chart.

        See Also:
        Constant Field Values
      • ParetoLine

        public static final int ParetoLine

        Represents Pareto line series type (Histogram Pareto chart).

        See Also:
        Constant Field Values
      • BoxAndWhisker

        public static final int BoxAndWhisker

        Represents BoxAndWhisker chart.

        See Also:
        Constant Field Values
      • Waterfall

        public static final int Waterfall

        Represents Waterfall chart.

        See Also:
        Constant Field Values