public class ChartCategory extends ChartBean
限定符和类型 | 字段和说明 |
---|---|
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) |
public String label
public Integer showLabel
public String toolText
public String x
public Integer showVerticalLine
public Integer lineDashed
Copyright © 2015 jiucai.org. All rights reserved.