|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jiucai.appframework.base.chart.bean.ChartBean
org.jiucai.appframework.base.chart.bean.ChartCategory
public class ChartCategory
| 字段摘要 | |
|---|---|
String |
label
String This attribute determines the label for the data item. |
Integer |
lineDashed
Boolean 0/1 Whether the vertical line should appear as dashed. |
Integer |
showLabel
Boolean 0/1 You can individually opt to show/hide labels of individual data items using this attribute. |
Integer |
showVerticalLine
Boolean 0/1 Whether the vertical line should be shown for this category. |
String |
toolText
The label of each category shows up on the x-axis. |
String |
x
Numeric Value The bubble/scatter chart have both x and y axis as numeric. |
| 构造方法摘要 | |
|---|---|
ChartCategory()
|
|
ChartCategory(String label)
|
|
ChartCategory(String label,
String x)
|
|
ChartCategory(String label,
String x,
Integer showVerticalLine)
|
|
| 方法摘要 |
|---|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public String label
public Integer showLabel
public String toolText
public String x
public Integer showVerticalLine
public Integer lineDashed
| 构造方法详细信息 |
|---|
public ChartCategory()
public ChartCategory(String label)
public ChartCategory(String label,
String x)
public ChartCategory(String label,
String x,
Integer showVerticalLine)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||