public class ChartSet extends ChartBean
限定符和类型 | 字段和说明 |
---|---|
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.
|
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
Copyright © 2015 jiucai.org. All rights reserved.