|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jiucai.appframework.base.chart.bean.ChartBean
org.jiucai.appframework.base.chart.bean.ChartDataSet
public class ChartDataSet
| 字段摘要 | |
|---|---|
String |
alpha
|
Integer |
anchorAlpha
|
String |
anchorBgColor
|
String |
anchorBorderColor
|
Integer |
anchorBorderThickness
|
Integer |
anchorRadius
|
Integer |
anchorSides
|
String |
color
0-100 or Comma Separated List This attribute sets the alpha (transparency) of the entire data-set. |
Integer |
dashed
|
Integer |
drawAnchors
|
Integer |
includeInLegend
|
Integer |
lineDashGap
|
Integer |
lineDashLen
|
Integer |
lineThickness
|
String |
parentYAxis
P or S renderAs attribute over-rides this attribute in FusionCharts v3 for Single Y Combination Charts. |
String |
plotBorderAlpha
|
String |
plotBorderColor
|
String |
plotBorderThickness
|
String |
renderAs
|
String |
seriesName
|
List<ChartSet> |
sets
|
Integer |
showPlotBorder
0/1 Whether to show the border of this data-set (area or column only). |
String |
showValues
0/1 Whether to show the values for this data-set. |
String |
valuePosition
ABOVE BELOW AUTO This attribute lets you adjust the vertical alignment of data values for all dataplots in the dataset. |
| 构造方法摘要 | |
|---|---|
ChartDataSet()
|
|
ChartDataSet(String seriesName)
|
|
ChartDataSet(String seriesName,
List<ChartSet> sets)
|
|
| 方法摘要 |
|---|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public String renderAs
public String parentYAxis
public Integer showPlotBorder
public String plotBorderColor
public String plotBorderThickness
public String plotBorderAlpha
public String seriesName
public String color
public String alpha
public String showValues
public String valuePosition
public Integer dashed
public Integer includeInLegend
public Integer drawAnchors
public Integer anchorSides
public Integer anchorRadius
public String anchorBorderColor
public Integer anchorBorderThickness
public String anchorBgColor
public Integer anchorAlpha
public Integer lineThickness
public Integer lineDashLen
public Integer lineDashGap
public List<ChartSet> sets
| 构造方法详细信息 |
|---|
public ChartDataSet()
public ChartDataSet(String seriesName)
public ChartDataSet(String seriesName,
List<ChartSet> sets)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||