org.jiucai.appframework.base.chart.bean
类 ChartSet

java.lang.Object
  继承者 org.jiucai.appframework.base.chart.bean.ChartBean
      继承者 org.jiucai.appframework.base.chart.bean.ChartSet

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.
 
构造方法摘要
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
 

字段详细信息

label

public String label

value

public String value
Numerical value for the data item. This value would be plotted on the chart.


displayValue

public 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. Examples are annotation for a data item etc.


color

public String color
Hex Code For combination charts, you can define the color of data-sets at dataset level. However, if you wish to highlight a particular data element, you can specify it's color at "set" level using this attribute. This attribute accepts hex color codes without #.


link

public String link

toolText

public String toolText
By default, FusionCharts shows the series Name, Category Name and value as tool tip text for that data item. But, if you want to display more information for the data item as tool tip, you can use this attribute to specify the same.


showLabel

public Integer showLabel

showValue

public Integer showValue
Boolean 0/1 You can individually opt to show/hide values of individual data items using this attribute. This value over-rides the data-set level value.


valuePosition

public String valuePosition

dashed

public Integer dashed

alpha

public String alpha

anchorSides

public Integer anchorSides

anchorRadius

public Integer anchorRadius

anchorBorderColor

public String anchorBorderColor

anchorBorderThickness

public Integer anchorBorderThickness

anchorBgColor

public String anchorBgColor

anchorAlpha

public Integer anchorAlpha

anchorBgAlpha

public Integer anchorBgAlpha

x

public String x
Numeric Value X-axis value for the set. The bubble/scatter point will be placed horizontally on the x-axis based on this value.


y

public String y
Numeric Value Y-axis value for the set. The bubble/scatter point will be placed vertically on the y-axis based on this value.


name

public String name

z

public String z
Numeric Value Z-axis numerical value for the set of data. The size of bubble would depend on this value (with respect to z values of other bubbles on the chart).

构造方法详细信息

ChartSet

public ChartSet()

ChartSet

public ChartSet(String value)

ChartSet

public ChartSet(String x,
                String y)

ChartSet

public ChartSet(String x,
                String y,
                String z)


Copyright © 2013. All Rights Reserved.