com.aspose.slides
Class ChartTypeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.ChartTypeEx

public final class ChartTypeEx
extends com.aspose.ms.System.Enum

Represents a type of chart.


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
 
Field Summary
static int Area
           Represents Area Chart.
static int Area3D
           Represents 3D Area Chart.
static int BarOfPie
           Represents Bar of Pie Chart.
static int Bubble
           Represents Bubble Chart.
static int BubbleWith3D
           Represents 3D Bubble Chart.
static int ClusteredBar
           Represents Clustered Bar Chart.
static int ClusteredBar3D
           Represents 3D Colustered Bar Chart.
static int ClusteredColumn
           Represents Clustered Column Chart.
static int ClusteredColumn3D
           Represents 3D Colustered Column Chart.
static int ClusteredCone
           Represents Cone Chart.
static int ClusteredCylinder
           Represents Cylinder Chart.
static int ClusteredHorizontalCone
           Represents Conical Bar Chart.
static int ClusteredHorizontalCylinder
           Represents Cylindrical Bar Chart.
static int ClusteredHorizontalPyramid
           Represents Pyramid Bar Chart.
static int ClusteredPyramid
           Represents Pyramid Chart.
static int Column3D
           Represents 3D Column Chart.
static int Cone3D
           Represents 3D Conical Column Chart.
static int Contour
           Represents Contour Chart.
static int Cylinder3D
           Represents 3D Cylindrical Column Chart.
static int Doughtnut
           Represents Doughnut Chart.
static int ExplodedDoughtnut
           Represents Exploded Doughnut Chart.
static int ExplodedPie
           Represents Exploded Pie Chart.
static int ExplodedPie3D
           Represents 3D Exploded Pie Chart.
static int FilledRadar
           Represents Filled Radar Chart.
static int HighLowClose
           Represents High-Low-Close Stock Chart.
static int Line
           Represents Line Chart.
static int Line3D
           Represents 3D Line Chart.
static int LineWithMarkers
           Represents Line Chart with data markers.
static int OpenHighLowCase
           Represents Open-High-Low-Close Stock Chart.
static int PercentsStackedArea
           Represents 100% Stacked Area Chart.
static int PercentsStackedArea3D
           Represents 3D 100% Stacked Area Chart.
static int PercentsStackedBar
           Represents 100% Stacked Bar Chart.
static int PercentsStackedBar3D
           Represents 3D 100% Stacked Bar Chart.
static int PercentsStackedColumn
           Represents 100% Stacked Column Chart.
static int PercentsStackedColumn3D
           Represents 3D 100% Stacked Column Chart.
static int PercentsStackedCone
           Represents 100% Stacked Cone Chart.
static int PercentsStackedCylinder
           Represents 100% Stacked Cylinder Chart.
static int PercentsStackedHorizontalCone
           Represents 100% Stacked Conical Bar Chart.
static int PercentsStackedHorizontalCylinder
           Represents 100% Stacked Cylindrical Bar Chart.
static int PercentsStackedHorizontalPyramid
           Represents 100% Stacked Pyramid Bar Chart.
static int PercentsStackedLine
           Represents 100% Stacked Line Chart.
static int PercentsStackedLineWithMarkers
           Represents 100% Stacked Line Chart with data markers.
static int PercentsStackedPyramid
           Represents 100% Stacked Pyramid Chart.
static int Pie
           Represents Pie Chart.
static int Pie3D
           Represents 3D Pie Chart.
static int PieOfPie
           Represents Pie of Pie Chart.
static int Pyramid3D
           Represents 3D Pyramid Column Chart.
static int Radar
           Represents Radar Chart.
static int RadarWithMarkers
           Represents Radar Chart with data markers.
static int ScatterWithMarkers
           Represents Scatter Chart.
static int ScatterWithSmoothLines
           Represents Scatter Chart connected by curves, without data markers.
static int ScatterWithSmoothLinesAndMarkers
           Represents Scatter Chart connected by curves, with data markers.
static int ScatterWithStraightLines
           Represents Scatter Chart connected by lines, without data markers.
static int ScatterWithStraightLinesAndMarkers
           Represents Scatter Chart connected by lines, with data markers.
static int StackedArea
           Represents Stacked Area Chart.
static int StackedArea3D
           Represents 3D Stacked Area Chart.
static int StackedBar
           Represents Stacked Bar Chart.
static int StackedBar3D
           Represents 3D Stacked Bar Chart.
static int StackedColumn
           Represents Stacked Column Chart.
static int StackedColumn3D
           Represents 3D Stacked Column Chart.
static int StackedCone
           Represents Stacked Cone Chart.
static int StackedCylinder
           Represents Stacked Cylinder Chart.
static int StackedHorizontalCone
           Represents Stacked Conical Bar Chart.
static int StackedHorizontalCylinder
           Represents Stacked Cylindrical Bar Chart.
static int StackedHorizontalPyramid
           Represents Stacked Pyramid Bar Chart.
static int StackedLine
           Represents Stacked Line Chart.
static int StackedLineWithMarkers
           Represents Stacked Line Chart with data markers.
static int StackedPyramid
           Represents Stacked Pyramid Chart.
static int Surface3D
           Represents 3D Surface Chart.
static int VolumeHighLowCase
           Represents Volume-High-Low-Close Stock Chart.
static int VolumeOpenHighLowCase
           Represents Volume-Open-High-Low-Close Stock Chart.
static int WireframeContour
           Represents Wireframe Contour Chart.
static int WireframeSurface3D
           Represents Wireframe 3D Surface Chart.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Column3D

public static final int Column3D

Represents 3D 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

Line

public static final int Line

Represents Line 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

Line3D

public static final int Line3D

Represents 3D Line Chart.

See Also:
Constant Field Values

Pie

public static final int Pie

Represents Pie Chart.

See Also:
Constant Field Values

Pie3D

public static final int Pie3D

Represents 3D Pie Chart.

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

Area

public static final int Area

Represents Area 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

Area3D

public static final int Area3D

Represents 3D 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

OpenHighLowCase

public static final int OpenHighLowCase

Represents Open-High-Low-Close Stock Chart.

See Also:
Constant Field Values

VolumeHighLowCase

public static final int VolumeHighLowCase

Represents Volume-High-Low-Close Stock Chart.

See Also:
Constant Field Values

VolumeOpenHighLowCase

public static final int VolumeOpenHighLowCase

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

Contour

public static final int Contour

Represents Contour Chart.

See Also:
Constant Field Values

WireframeContour

public static final int WireframeContour

Represents Wireframe Contour Chart.

See Also:
Constant Field Values

Doughtnut

public static final int Doughtnut

Represents Doughnut Chart.

See Also:
Constant Field Values

ExplodedDoughtnut

public static final int ExplodedDoughtnut

Represents Exploded Doughnut Chart.

See Also:
Constant Field Values

Bubble

public static final int Bubble

Represents Bubble Chart.

See Also:
Constant Field Values

BubbleWith3D

public static final int BubbleWith3D

Represents 3D Bubble Chart.

See Also:
Constant Field Values

Radar

public static final int Radar

Represents Radar 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