public class ChartSeriesBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DATA_LABEL_STYLE_COLUMNLABEL |
static int |
DATA_LABEL_STYLE_NONE |
static int |
DATA_LABEL_STYLE_PATTERN |
static int |
DATA_LABEL_STYLE_ROWLABEL |
static int |
DATA_LABEL_STYLE_VALUE |
static int |
MARKER_STYLE_CIRCLE |
static int |
MARKER_STYLE_DIAMOND |
static int |
MARKER_STYLE_LETTER |
static int |
MARKER_STYLE_MCROSS |
static int |
MARKER_STYLE_RCROSS |
static int |
MARKER_STYLE_RECTANGLE |
static int |
MARKER_STYLE_SNOW |
static int |
MARKER_STYLE_TRIANGLE |
static int |
PAINT_STYLE_LIGHT |
static int |
PAINT_STYLE_PLAIN |
static int |
PAINT_STYLE_RAISE |
static int |
PAINT_STYLE_SHADE |
static int |
TYPE_AREA |
static int |
TYPE_BAR |
static int |
TYPE_CONE |
static int |
TYPE_CURVE |
static int |
TYPE_CYLINDER |
static int |
TYPE_HORIZONTALBAR |
static int |
TYPE_LINE |
static int |
TYPE_PIE |
static int |
TYPE_PYRAMID |
static int |
TYPE_SCATTER |
static int |
TYPE_STEP |
static int |
TYPE_TIME |
Constructor and Description |
---|
ChartSeriesBean() |
Modifier and Type | Method and Description |
---|---|
void |
addChartData(ChartDataBean data) |
Color[] |
getColorlist() |
int |
getDataLabelStyle() |
List |
getDatas() |
int |
getMarkerStyle() |
int |
getPaintStyle() |
Color |
getSeriesColor() |
String |
getSeriesLabel() |
int |
getType() |
void |
setColorlist(Color[] colorlist) |
void |
setDataLabelStyle(int dataLabelStyle) |
void |
setMarkerStyle(int markerStyle) |
void |
setPaintStyle(int paintStyle) |
void |
setSeriesColor(Color seriesColor) |
void |
setSeriesLabel(String seriesLabel) |
void |
setType(int type) |
public static final int MARKER_STYLE_RECTANGLE
public static final int MARKER_STYLE_TRIANGLE
public static final int MARKER_STYLE_DIAMOND
public static final int MARKER_STYLE_CIRCLE
public static final int MARKER_STYLE_LETTER
public static final int MARKER_STYLE_MCROSS
public static final int MARKER_STYLE_SNOW
public static final int MARKER_STYLE_RCROSS
public static final int PAINT_STYLE_PLAIN
public static final int PAINT_STYLE_RAISE
public static final int PAINT_STYLE_SHADE
public static final int PAINT_STYLE_LIGHT
public static final int TYPE_BAR
public static final int TYPE_LINE
public static final int TYPE_PYRAMID
public static final int TYPE_AREA
public static final int TYPE_HORIZONTALBAR
public static final int TYPE_CONE
public static final int TYPE_CURVE
public static final int TYPE_CYLINDER
public static final int TYPE_STEP
public static final int TYPE_SCATTER
public static final int TYPE_PIE
public static final int TYPE_TIME
public static final int DATA_LABEL_STYLE_NONE
public static final int DATA_LABEL_STYLE_VALUE
public static final int DATA_LABEL_STYLE_ROWLABEL
public static final int DATA_LABEL_STYLE_COLUMNLABEL
public static final int DATA_LABEL_STYLE_PATTERN
public ChartSeriesBean()
public Color[] getColorlist()
public void setColorlist(Color[] colorlist)
colorlist
- the colorlist to setpublic int getDataLabelStyle()
public void setDataLabelStyle(int dataLabelStyle)
dataLabelStyle
- the dataLabelStyle to setpublic int getMarkerStyle()
public void setMarkerStyle(int markerStyle)
markerStyle
- the markerStyle to setpublic int getPaintStyle()
public void setPaintStyle(int paintStyle)
paintStyle
- the paintStyle to setpublic Color getSeriesColor()
public void setSeriesColor(Color seriesColor)
seriesColor
- the seriesColor to setpublic String getSeriesLabel()
public void setSeriesLabel(String seriesLabel)
seriesLabel
- the seriesLabel to setpublic int getType()
public void setType(int type)
type
- the type to setpublic void addChartData(ChartDataBean data)
Copyright © 2015 Lucee