|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jiucai.appframework.base.chart.bean.ChartBean
org.jiucai.appframework.base.chart.bean.ChartSet
public class ChartSet
| 字段摘要 | |
|---|---|
String |
alpha
|
Integer |
anchorAlpha
|
Integer |
anchorBgAlpha
|
String |
anchorBgColor
|
String |
anchorBorderColor
|
Integer |
anchorBorderThickness
|
Integer |
anchorRadius
|
Integer |
anchorSides
|
String |
color
Hex Code For combination charts, you can define the color of data-sets at dataset level. |
Integer |
dashed
|
String |
displayValue
If instead of the numerical value of this data, you wish to display a custom string value, you can specify the same here. |
String |
label
|
String |
link
|
String |
name
|
Integer |
showLabel
|
Integer |
showValue
Boolean 0/1 You can individually opt to show/hide values of individual data items using this attribute. |
String |
toolText
By default, FusionCharts shows the series Name, Category Name and value as tool tip text for that data item. |
String |
value
Numerical value for the data item. |
String |
valuePosition
|
String |
x
Numeric Value X-axis value for the set. |
String |
y
Numeric Value Y-axis value for the set. |
String |
z
Numeric Value Z-axis numerical value for the set of data. |
| 构造方法摘要 | |
|---|---|
ChartSet()
|
|
ChartSet(String value)
|
|
ChartSet(String x,
String y)
|
|
ChartSet(String x,
String y,
String z)
|
|
| 方法摘要 |
|---|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public String label
public String value
public String displayValue
public String color
public String link
public String toolText
public Integer showLabel
public Integer showValue
public String valuePosition
public Integer dashed
public String alpha
public Integer anchorSides
public Integer anchorRadius
public String anchorBorderColor
public Integer anchorBorderThickness
public String anchorBgColor
public Integer anchorAlpha
public Integer anchorBgAlpha
public String x
public String y
public String name
public String z
| 构造方法详细信息 |
|---|
public ChartSet()
public ChartSet(String value)
public ChartSet(String x,
String y)
public ChartSet(String x,
String y,
String z)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||