|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChartType>
com.spire.presentation.charts.ChartType
public enum ChartType
Represents a type of chart.
Enum Constant Summary | |
---|---|
AREA
Represents Area Chart. |
|
AREA_100_PERCENT_STACKED
Represents 100% Stacked Area Chart. |
|
AREA_3_D
Represents 3D Area Chart. |
|
AREA_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Area Chart. |
|
AREA_3_D_STACKED
Represents 3D Stacked Area Chart. |
|
AREA_STACKED
Represents Stacked Area Chart. |
|
BAR_100_PERCENT_STACKED
Represents 100% Stacked Bar Chart. |
|
BAR_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Bar Chart. |
|
BAR_3_D_CLUSTERED
Represents 3D Colustered Bar Chart. |
|
BAR_3_D_STACKED
Represents 3D Stacked Bar Chart. |
|
BAR_CLUSTERED
Represents Clustered Bar Chart. |
|
BAR_STACKED
Represents Stacked Bar Chart. |
|
BUBBLE
REPRESENTS Bubble Chart. |
|
BUBBLE_3_D
REPRESENTS 3D Bubble Chart. |
|
COLUMN_100_PERCENT_STACKED
Represents 100% Stacked Column Chart. |
|
COLUMN_3_D
Represents 3D Column Chart. |
|
COLUMN_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Column Chart. |
|
COLUMN_3_D_CLUSTERED
Represents 3D Colustered Column Chart. |
|
COLUMN_3_D_STACKED
Represents 3D Stacked Column Chart. |
|
COLUMN_CLUSTERED
Represents Clustered Column Chart. |
|
COLUMN_STACKED
Represents Stacked Column Chart. |
|
CONE_100_PERCENT_STACKED
Represents 100% Stacked Cone Chart. |
|
CONE_3_D_CLUSTERED
Represents 3D Conical Column Chart. |
|
CONE_CLUSTERED
Represents Cone Chart. |
|
CONE_CLUSTERED_HORIZONTAL
Represents Conical Bar Chart. |
|
CONE_PERCENTS_STACKED_HORIZONTAL
Represents 100% Stacked Conical Bar Chart. |
|
CONE_STACKED
Represents Stacked Cone Chart. |
|
CONE_STACKED_HORIZONTAL
Represents Stacked Conical Bar Chart. |
|
CONTOUR
Represents Contour Chart. |
|
CONTOUR_NO_COLOR
Represents Wireframe Contour Chart. |
|
CYLINDER_100_PERCENT_STACKED
Represents 100% Stacked Cylinder Chart. |
|
CYLINDER_3_D_CLUSTERED
Represents 3D Cylindrical Column Chart. |
|
CYLINDER_CLUSTERED
Represents Cylinder Chart. |
|
CYLINDER_CLUSTERED_HORIZONTAL
Represents Cylindrical Bar Chart. |
|
CYLINDER_PERCENTS_STACKED_HORIZONTAL
Represents 100% Stacked Cylindrical Bar Chart. |
|
CYLINDER_STACKED
Represents Stacked Cylinder Chart. |
|
CYLINDER_STACKED_HORIZONTAL
Represents Stacked Cylindrical Bar Chart. |
|
DOUGHNUT
Represents Doughnut Chart. |
|
DOUGHNUT_EXPLODED
Represents Exploded Doughnut Chart. |
|
LINE
Represents Line Chart. |
|
LINE_100_PERCENT_STACKED
Represents 100% Stacked Line Chart. |
|
LINE_3_D
Represents 3D Line Chart. |
|
LINE_MARKERS
Represents Line Chart with data markers. |
|
LINE_MARKERS_100_PERCENT_STACKED
Represents 100% Stacked Line Chart with data markers. |
|
LINE_MARKERS_STACKED
Represents Stacked Line Chart with data markers. |
|
LINE_STACKED
Represents Stacked Line Chart. |
|
PIE
Represents Pie Chart. |
|
PIE_3_D
Represents 3D Pie Chart. |
|
PIE_3_D_EXPLODED
Represents 3D Exploded Pie Chart. |
|
PIE_BAR
Represents Bar of Pie Chart. |
|
PIE_EXPLODED
Represents Exploded Pie Chart. |
|
PIE_OF_PIE
Represents Pie of Pie Chart. |
|
PYRAMID_100_PERCENT_STACKED
Represents 100% Stacked Pyramid Chart. |
|
PYRAMID_3_D_CLUSTERED
Represents 3D Pyramid Column Chart. |
|
PYRAMID_CLUSTERED
Represents Pyramid Chart. |
|
PYRAMID_CLUSTERED_HORIZONTAL
Represents Pyramid Bar Chart. |
|
PYRAMID_PERCENTS_STACKED_HORIZONTAL
Represents 100% Stacked Pyramid Bar Chart. |
|
PYRAMID_STACKED
Represents Stacked Pyramid Chart. |
|
PYRAMID_STACKED_HORIZONTAL
Represents Stacked Pyramid Bar Chart. |
|
RADAR
Represents Radar Chart. |
|
RADAR_FILLED
represents Filled Radar Chart. |
|
RADAR_MARKERS
REPRESENTS Radar Chart with data markers. |
|
SCATTER_MARKERS
Represents Scatter Chart. |
|
SCATTER_SMOOTH_LINES
Represents Scatter Chart connected by curves, without data markers. |
|
SCATTER_SMOOTH_LINES_AND_MARKERS
Represents Scatter Chart connected by curves, with data markers. |
|
SCATTER_STRAIGHT_LINES
Represents Scatter Chart connected by lines, without data markers. |
|
SCATTER_STRAIGHT_LINES_AND_MARKERS
Represents Scatter Chart connected by lines, with data markers. |
|
STOCK_HIGH_LOW_CLOSE
Represents High-Low-Close Stock Chart. |
|
STOCK_OPEN_HIGH_LOW_CASE
Represents Open-High-Low-Close Stock Chart. |
|
STOCK_VOLUME_HIGH_LOW_CASE
Represents Volume-High-Low-Close Stock Chart. |
|
STOCK_VOLUME_OPEN_HIGH_LOW_CASE
Represents Volume-Open-High-Low-Close Stock Chart. |
|
SURFACE_3_D
Represents 3D Surface Chart. |
|
SURFACE_3_D_NO_COLOR
Represents Wireframe 3D Surface Chart. |
Method Summary | |
---|---|
static ChartType |
getChartTypeFromValue(int value)
Get ChartType from value. |
java.lang.String |
getName()
Gets the name. |
int |
getValue()
Gets the Value. |
Enum Constant Detail |
---|
public static final ChartType COLUMN_CLUSTERED
public static final ChartType COLUMN_STACKED
public static final ChartType COLUMN_100_PERCENT_STACKED
public static final ChartType COLUMN_3_D_CLUSTERED
public static final ChartType COLUMN_3_D_STACKED
public static final ChartType COLUMN_3_D_100_PERCENT_STACKED
public static final ChartType COLUMN_3_D
public static final ChartType CYLINDER_CLUSTERED
public static final ChartType CYLINDER_STACKED
public static final ChartType CYLINDER_100_PERCENT_STACKED
public static final ChartType CYLINDER_3_D_CLUSTERED
public static final ChartType CONE_CLUSTERED
public static final ChartType CONE_STACKED
public static final ChartType CONE_100_PERCENT_STACKED
public static final ChartType CONE_3_D_CLUSTERED
public static final ChartType PYRAMID_CLUSTERED
public static final ChartType PYRAMID_STACKED
public static final ChartType PYRAMID_100_PERCENT_STACKED
public static final ChartType PYRAMID_3_D_CLUSTERED
public static final ChartType LINE
public static final ChartType LINE_STACKED
public static final ChartType LINE_100_PERCENT_STACKED
public static final ChartType LINE_MARKERS
public static final ChartType LINE_MARKERS_STACKED
public static final ChartType LINE_MARKERS_100_PERCENT_STACKED
public static final ChartType LINE_3_D
public static final ChartType PIE
public static final ChartType PIE_3_D
public static final ChartType PIE_OF_PIE
public static final ChartType PIE_EXPLODED
public static final ChartType PIE_3_D_EXPLODED
public static final ChartType PIE_BAR
public static final ChartType BAR_100_PERCENT_STACKED
public static final ChartType BAR_3_D_CLUSTERED
public static final ChartType BAR_CLUSTERED
public static final ChartType BAR_STACKED
public static final ChartType BAR_3_D_STACKED
public static final ChartType BAR_3_D_100_PERCENT_STACKED
public static final ChartType CYLINDER_CLUSTERED_HORIZONTAL
public static final ChartType CYLINDER_STACKED_HORIZONTAL
public static final ChartType CYLINDER_PERCENTS_STACKED_HORIZONTAL
public static final ChartType CONE_CLUSTERED_HORIZONTAL
public static final ChartType CONE_STACKED_HORIZONTAL
public static final ChartType CONE_PERCENTS_STACKED_HORIZONTAL
public static final ChartType PYRAMID_CLUSTERED_HORIZONTAL
public static final ChartType PYRAMID_STACKED_HORIZONTAL
public static final ChartType PYRAMID_PERCENTS_STACKED_HORIZONTAL
public static final ChartType AREA
public static final ChartType AREA_STACKED
public static final ChartType AREA_100_PERCENT_STACKED
public static final ChartType AREA_3_D
public static final ChartType AREA_3_D_STACKED
public static final ChartType AREA_3_D_100_PERCENT_STACKED
public static final ChartType SCATTER_MARKERS
public static final ChartType SCATTER_SMOOTH_LINES_AND_MARKERS
public static final ChartType SCATTER_SMOOTH_LINES
public static final ChartType SCATTER_STRAIGHT_LINES_AND_MARKERS
public static final ChartType SCATTER_STRAIGHT_LINES
public static final ChartType STOCK_HIGH_LOW_CLOSE
public static final ChartType STOCK_OPEN_HIGH_LOW_CASE
public static final ChartType STOCK_VOLUME_HIGH_LOW_CASE
public static final ChartType STOCK_VOLUME_OPEN_HIGH_LOW_CASE
public static final ChartType SURFACE_3_D
public static final ChartType SURFACE_3_D_NO_COLOR
public static final ChartType CONTOUR
public static final ChartType CONTOUR_NO_COLOR
public static final ChartType DOUGHNUT
public static final ChartType DOUGHNUT_EXPLODED
public static final ChartType BUBBLE
public static final ChartType BUBBLE_3_D
public static final ChartType RADAR
public static final ChartType RADAR_MARKERS
public static final ChartType RADAR_FILLED
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static ChartType getChartTypeFromValue(int value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |