java.lang.Object
com.aspose.words.ChartSeriesType
public class ChartSeriesType
| Field Summary | ||
|---|---|---|
static final int | AREA | |
| Represents an Area chart series. | ||
static final int | AREA_STACKED | |
| Represents a Stacked Area chart series. | ||
static final int | AREA_PERCENT_STACKED | |
| Represents a 100% Stacked Area chart series. | ||
static final int | AREA_3_D | |
| Represents a 3D Area chart series. | ||
static final int | AREA_3_D_STACKED | |
| Represents a 3D Stacked Area chart series. | ||
static final int | AREA_3_D_PERCENT_STACKED | |
| Represents a 3D 100% Stacked Area chart series. | ||
static final int | BAR | |
| Represents a Bar chart series. | ||
static final int | BAR_STACKED | |
| Represents a Stacked Bar chart series. | ||
static final int | BAR_PERCENT_STACKED | |
| Represents a 100% Stacked Bar chart series. | ||
static final int | BAR_3_D | |
| Represents a 3D Bar chart series. | ||
static final int | BAR_3_D_STACKED | |
| Represents a 3D Stacked Bar chart series. | ||
static final int | BAR_3_D_PERCENT_STACKED | |
| Represents a 3D 100% Stacked Bar chart series. | ||
static final int | BUBBLE | |
| Represents a Bubble chart series. | ||
static final int | BUBBLE_3_D | |
| Represents a 3D Bubble chart series. | ||
static final int | COLUMN | |
| Represents a Column chart series. | ||
static final int | COLUMN_STACKED | |
| Represents a Stacked Column chart series. | ||
static final int | COLUMN_PERCENT_STACKED | |
| Represents a 100% Stacked Column chart series. | ||
static final int | COLUMN_3_D | |
| Represents a 3D Column chart series. | ||
static final int | COLUMN_3_D_STACKED | |
| Represents a 3D Stacked Column chart series. | ||
static final int | COLUMN_3_D_PERCENT_STACKED | |
| Represents a 3D 100% Stacked Column chart series. | ||
static final int | COLUMN_3_D_CLUSTERED | |
| Represents a 3D Clustered Column chart series. | ||
static final int | DOUGHNUT | |
| Represents a Doughnut chart series. | ||
static final int | LINE | |
| Represents a Line chart series. | ||
static final int | LINE_STACKED | |
| Represents a Stacked Line chart series. | ||
static final int | LINE_PERCENT_STACKED | |
| Represents a 100% Stacked Line chart series. | ||
static final int | LINE_3_D | |
| Represents a 3D Line chart series. | ||
static final int | PIE | |
| Represents a Pie chart series. | ||
static final int | PIE_3_D | |
| Represents a 3D Pie chart series. | ||
static final int | PIE_OF_BAR | |
| Represents a Pie of Bar chart series. | ||
static final int | PIE_OF_PIE | |
| Represents a Pie of Pie chart series. | ||
static final int | RADAR | |
| Represents a Radar chart series. | ||
static final int | SCATTER | |
| Represents a Scatter chart series. | ||
static final int | STOCK | |
| Represents a Stock chart series. | ||
static final int | SURFACE | |
| Represents a Surface chart series. | ||
static final int | SURFACE_3_D | |
| Represents a 3D Surface chart series. | ||
static final int | TREEMAP | |
| Represents a Treemap chart series. | ||
static final int | SUNBURST | |
| Represents a Sunburst chart series. | ||
static final int | HISTOGRAM | |
| Represents a Histogram chart series. | ||
static final int | PARETO | |
| Represents a Pareto chart series. | ||
static final int | PARETO_LINE | |
| Represents a Pareto Line chart series. | ||
static final int | BOX_AND_WHISKER | |
| Represents a Box and Whisker chart series. | ||
static final int | WATERFALL | |
| Represents a Waterfall chart series. | ||
static final int | FUNNEL | |
| Represents a Funnel chart series. | ||
static final int | REGION_MAP | |
| Represents a Region Map chart series. | ||
| Field Detail |
|---|
AREA = 0 | |
public static final int AREA | |
AREA_STACKED = 1 | |
public static final int AREA_STACKED | |
AREA_PERCENT_STACKED = 2 | |
public static final int AREA_PERCENT_STACKED | |
AREA_3_D = 3 | |
public static final int AREA_3_D | |
AREA_3_D_STACKED = 4 | |
public static final int AREA_3_D_STACKED | |
AREA_3_D_PERCENT_STACKED = 5 | |
public static final int AREA_3_D_PERCENT_STACKED | |
BAR = 6 | |
public static final int BAR | |
BAR_STACKED = 7 | |
public static final int BAR_STACKED | |
BAR_PERCENT_STACKED = 8 | |
public static final int BAR_PERCENT_STACKED | |
BAR_3_D = 9 | |
public static final int BAR_3_D | |
BAR_3_D_STACKED = 10 | |
public static final int BAR_3_D_STACKED | |
BAR_3_D_PERCENT_STACKED = 11 | |
public static final int BAR_3_D_PERCENT_STACKED | |
BUBBLE = 12 | |
public static final int BUBBLE | |
BUBBLE_3_D = 13 | |
public static final int BUBBLE_3_D | |
COLUMN = 14 | |
public static final int COLUMN | |
COLUMN_STACKED = 15 | |
public static final int COLUMN_STACKED | |
COLUMN_PERCENT_STACKED = 16 | |
public static final int COLUMN_PERCENT_STACKED | |
COLUMN_3_D = 17 | |
public static final int COLUMN_3_D | |
COLUMN_3_D_STACKED = 18 | |
public static final int COLUMN_3_D_STACKED | |
COLUMN_3_D_PERCENT_STACKED = 19 | |
public static final int COLUMN_3_D_PERCENT_STACKED | |
COLUMN_3_D_CLUSTERED = 20 | |
public static final int COLUMN_3_D_CLUSTERED | |
DOUGHNUT = 21 | |
public static final int DOUGHNUT | |
LINE = 22 | |
public static final int LINE | |
LINE_STACKED = 23 | |
public static final int LINE_STACKED | |
LINE_PERCENT_STACKED = 24 | |
public static final int LINE_PERCENT_STACKED | |
LINE_3_D = 25 | |
public static final int LINE_3_D | |
PIE = 26 | |
public static final int PIE | |
PIE_3_D = 27 | |
public static final int PIE_3_D | |
PIE_OF_BAR = 28 | |
public static final int PIE_OF_BAR | |
PIE_OF_PIE = 29 | |
public static final int PIE_OF_PIE | |
RADAR = 30 | |
public static final int RADAR | |
SCATTER = 31 | |
public static final int SCATTER | |
STOCK = 32 | |
public static final int STOCK | |
SURFACE = 33 | |
public static final int SURFACE | |
SURFACE_3_D = 34 | |
public static final int SURFACE_3_D | |
TREEMAP = 35 | |
public static final int TREEMAP | |
SUNBURST = 36 | |
public static final int SUNBURST | |
HISTOGRAM = 37 | |
public static final int HISTOGRAM | |
PARETO = 38 | |
public static final int PARETO | |
PARETO_LINE = 39 | |
public static final int PARETO_LINE | |
BOX_AND_WHISKER = 40 | |
public static final int BOX_AND_WHISKER | |
WATERFALL = 41 | |
public static final int WATERFALL | |
FUNNEL = 42 | |
public static final int FUNNEL | |
REGION_MAP = 43 | |
public static final int REGION_MAP | |