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

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

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)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

label

public String label
String This attribute determines the label for the data item. The label appears on the x-axis of chart.


showLabel

public Integer showLabel
Boolean 0/1 You can individually opt to show/hide labels of individual data items using this attribute.


toolText

public String toolText
The label of each category shows up on the x-axis. However, there might be cases where you want to display short label (or abbreviated label) on the axis and show the full label as tool tip. This attribute lets you specify the tool tip text for the label.


x

public String x
Numeric Value The bubble/scatter chart have both x and y axis as numeric. This attribute lets you define the x value (numerical position on the x-axis) where this category name would be placed.


showVerticalLine

public Integer showVerticalLine
Boolean 0/1 Whether the vertical line should be shown for this category.


lineDashed

public Integer lineDashed
Boolean 0/1 Whether the vertical line should appear as dashed.

构造方法详细信息

ChartCategory

public ChartCategory()

ChartCategory

public ChartCategory(String label)

ChartCategory

public ChartCategory(String label,
                     String x)

ChartCategory

public ChartCategory(String label,
                     String x,
                     Integer showVerticalLine)


Copyright © 2013. All Rights Reserved.