org.jiucai.appframework.base.chart.fc
类 MultiChart

java.lang.Object
  继承者 org.jiucai.appframework.base.chart.fc.BaseChart
      继承者 org.jiucai.appframework.base.chart.fc.BaseFusionChart
          继承者 org.jiucai.appframework.base.chart.fc.MultiChart

public class MultiChart
extends BaseFusionChart


字段摘要
 ChartCategoryGroup categories
           
 List<ChartDataSet> datasets
          datasets.size() must equals categories.category.size()
 List<ChartLine> trendLines
          Horizontal trend lines spanning the chart canvas which aid in interpretation of data with respect to some pre-determined value.
 List<ChartLine> vTrendLines
          Vertical trend lines help you create vertical trend lines/zones on scatter (XY Plot) or Bubble charts.
 
从类 org.jiucai.appframework.base.chart.fc.BaseFusionChart 继承的字段
aboutMenuItemLabel, aboutMenuItemLink, baseFont, baseFontColor, baseFontSize, bgAlpha, bgAngle, bgColor, bgRatio, bgSWF, bgSWFAlpha, borderAlpha, borderColor, borderThickness, canvasbgAlpha, canvasbgColor, caption, decimals, defaultAnimation, drawToolbarButtons, exportAction, exportAtClient, exportDialogBorderColor, exportDialogColor, exportDialogFontColor, exportDialogMessage, exportDialogPBColor, exportEnabled, exportFileName, exportFormats, exportHandler, exportShowMenuItem, exportTargetWindow, forceDecimals, formatNumber, formatNumberScale, numberPrefix, numberSuffix, palette, paletteColors, rotateLabels, showAboutMenuItem, showBorder, showExportDialog, showPercentageInLabel, showPrintMenuItem, showToolTip, showToolTipShadow, showValues, styles, subCaption, unescapeLinks, xAxisMaxValue, xAxisMinValue, xAxisName, yAxisMaxValue, yAxisMinValue, yAxisName
 
构造方法摘要
MultiChart()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

categories

public ChartCategoryGroup categories

datasets

public List<ChartDataSet> datasets
datasets.size() must equals categories.category.size()


trendLines

public List<ChartLine> trendLines
Horizontal trend lines spanning the chart canvas which aid in interpretation of data with respect to some pre-determined value. For example, if you are plotting sales data of current year, you might want to add previous year's average monthly sales as trend indicator for ease of comparison.


vTrendLines

public List<ChartLine> vTrendLines
Vertical trend lines help you create vertical trend lines/zones on scatter (XY Plot) or Bubble charts. These are vertical lines spanning the chart canvas which aid in interpretation of data with respect to some pre-determined value.

构造方法详细信息

MultiChart

public MultiChart()


Copyright © 2013. All Rights Reserved.