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