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

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

public class ChartDataSet
extends ChartBean


字段摘要
 String alpha
           
 Integer anchorAlpha
           
 String anchorBgColor
           
 String anchorBorderColor
           
 Integer anchorBorderThickness
           
 Integer anchorRadius
           
 Integer anchorSides
           
 String color
          0-100 or Comma Separated List This attribute sets the alpha (transparency) of the entire data-set.
 Integer dashed
           
 Integer drawAnchors
           
 Integer includeInLegend
           
 Integer lineDashGap
           
 Integer lineDashLen
           
 Integer lineThickness
           
 String parentYAxis
          P or S renderAs attribute over-rides this attribute in FusionCharts v3 for Single Y Combination Charts.
 String plotBorderAlpha
           
 String plotBorderColor
           
 String plotBorderThickness
           
 String renderAs
           
 String seriesName
           
 List<ChartSet> sets
           
 Integer showPlotBorder
          0/1 Whether to show the border of this data-set (area or column only).
 String showValues
          0/1 Whether to show the values for this data-set.
 String valuePosition
          ABOVE BELOW AUTO This attribute lets you adjust the vertical alignment of data values for all dataplots in the dataset.
 
构造方法摘要
ChartDataSet()
           
ChartDataSet(String seriesName)
           
ChartDataSet(String seriesName, List<ChartSet> sets)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

renderAs

public String renderAs

parentYAxis

public String parentYAxis
P or S renderAs attribute over-rides this attribute in FusionCharts v3 for Single Y Combination Charts. This attribute allows you to set the parent axis of the dataset - P (primary) or S (secondary). Primary data-sets are drawn as Columns and secondary data-sets as lines.


showPlotBorder

public Integer showPlotBorder
0/1 Whether to show the border of this data-set (area or column only).


plotBorderColor

public String plotBorderColor

plotBorderThickness

public String plotBorderThickness

plotBorderAlpha

public String plotBorderAlpha

seriesName

public String seriesName

color

public String color
0-100 or Comma Separated List This attribute sets the alpha (transparency) of the entire data-set.


alpha

public String alpha

showValues

public String showValues
0/1 Whether to show the values for this data-set.


valuePosition

public String valuePosition
ABOVE BELOW AUTO This attribute lets you adjust the vertical alignment of data values for all dataplots in the dataset. The alignment is set with respect to the position of the dataplots on the chart. By default, the attribute is set to AUTO mode in which the alignment of each data value is determined automatically based on the position of each plot point. In ABOVE mode, data values are displayed above the plot points unless a plot point is too close to the upper edge of the canvas. While in BELOW mode, data values are displayed below the plot points unless a plot point is too close to the lower edge of the canvas. The attribute will function only if showValue attribute is set to 1 in this particular data-set.


dashed

public Integer dashed

includeInLegend

public Integer includeInLegend

drawAnchors

public Integer drawAnchors

anchorSides

public Integer anchorSides

anchorRadius

public Integer anchorRadius

anchorBorderColor

public String anchorBorderColor

anchorBorderThickness

public Integer anchorBorderThickness

anchorBgColor

public String anchorBgColor

anchorAlpha

public Integer anchorAlpha

lineThickness

public Integer lineThickness

lineDashLen

public Integer lineDashLen

lineDashGap

public Integer lineDashGap

sets

public List<ChartSet> sets
构造方法详细信息

ChartDataSet

public ChartDataSet()

ChartDataSet

public ChartDataSet(String seriesName)

ChartDataSet

public ChartDataSet(String seriesName,
                    List<ChartSet> sets)


Copyright © 2013. All Rights Reserved.