类 ChartBase

java.lang.Object
com.sh.wf.module.component.Component
com.sh.wf.module.component.chart.ChartBase
所有已实现的接口:
ComponentExport_I, ComponentLoad_I, Serializable, Cloneable
直接已知子类:
ColumnChart, PieChart

public abstract class ChartBase extends Component implements ComponentLoad_I

Description: 图表基类

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年1月28日
另请参阅:
  • 字段详细资料

    • type

      protected String type
    • chartTitle

      protected String chartTitle
    • chartSubTitle

      protected String chartSubTitle
    • legendPosition

      protected String legendPosition
    • chartWidth

      protected String chartWidth
    • chartHeight

      protected String chartHeight
    • defaultLegendDesc

      protected String defaultLegendDesc
    • backgroundColor

      protected String backgroundColor
    • y1Name

      protected String y1Name
    • y1Unit

      protected String y1Unit
    • y2Name

      protected String y2Name
    • y2Unit

      protected String y2Unit
    • y1WeiType

      protected String y1WeiType
    • y2WeiType

      protected String y2WeiType
    • demoY1Name

      protected String demoY1Name
    • demoY1Unit

      protected String demoY1Unit
    • demoY2Name

      protected String demoY2Name
    • demoY2Unit

      protected String demoY2Unit
    • exportingEnabled

      protected boolean exportingEnabled
    • xRotation

      protected String xRotation
    • stacking

      protected String stacking
    • useDemoData

      protected boolean useDemoData
    • xAxisData

      protected String xAxisData
    • seriesData

      protected String seriesData
    • dsName

      protected String dsName
    • tooltipEnable

      protected boolean tooltipEnable
    • tooltip

      protected String tooltip
    • tooltipUseHTML

      protected boolean tooltipUseHTML
    • enableMouseTracking

      protected boolean enableMouseTracking
    • showWith3D

      protected boolean showWith3D
    • alphaAngle

      public int alphaAngle
    • betaAngle

      public int betaAngle
    • depthValue

      public int depthValue
    • viewDistance

      public int viewDistance
    • plotDepth

      public int plotDepth
    • xlabelsEnable

      protected boolean xlabelsEnable
    • clickFunc

      protected String clickFunc
    • isCFElParser

      protected boolean isCFElParser
    • dataLabelsEnabled

      protected boolean dataLabelsEnabled
    • yaliasList

      protected List<ChartDataYalias> yaliasList
    • xalias

      protected ChartDataXalias xalias
    • saliasList

      protected List<ChartDataSalias> saliasList
  • 构造器详细资料

    • ChartBase

      public ChartBase()
  • 方法详细资料