类 EChartBasePre

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

public abstract class EChartBasePre extends Component implements ComponentLoad_I

Description:

Title:首亨软件 - TSS/CRM等

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

    • type

      protected String type
    • chartTitle

      protected String chartTitle
    • chartSubTitle

      protected String chartSubTitle
    • xposition

      protected String xposition
    • yposition

      protected String yposition
    • chartTheme

      protected String chartTheme
    • gridx

      protected int gridx
    • gridy

      protected int gridy
    • gridx2

      protected int gridx2
    • gridy2

      protected int gridy2
    • initHidden

      protected boolean initHidden
    • initLoad

      protected boolean initLoad
    • legendPosition

      protected String legendPosition
    • legendxPosition

      protected String legendxPosition
    • legendOrient

      protected String legendOrient
    • legendType

      protected String legendType
    • chartWidth

      protected String chartWidth
    • chartHeight

      protected String chartHeight
    • defaultLegendDesc

      protected String defaultLegendDesc
    • backgroundColor

      protected String backgroundColor
    • y1Name

      protected String y1Name
    • y1Unit

      protected String y1Unit
    • y1Color

      protected String y1Color
    • y2Color

      protected String y2Color
    • y1Min

      protected String y1Min
    • y1Max

      protected String y1Max
    • y2Min

      protected String y2Min
    • y2Max

      protected String y2Max
    • hasY2Alias

      protected boolean hasY2Alias
    • y2Name

      protected String y2Name
    • y2Unit

      protected String y2Unit
    • y1WeiType

      protected String y1WeiType
    • y2WeiType

      protected String y2WeiType
    • gridBorder

      protected boolean gridBorder
    • xsline

      protected boolean xsline
    • ysline

      protected boolean ysline
    • ylabelFontColor

      protected String ylabelFontColor
    • demoY1Name

      protected String demoY1Name
    • demoY1Unit

      protected String demoY1Unit
    • demoY2Name

      protected String demoY2Name
    • demoY2Unit

      protected String demoY2Unit
    • demoSName

      protected String demoSName
    • exportingEnabled

      protected boolean exportingEnabled
    • xRotation

      protected int xRotation
    • xshowAll

      protected boolean xshowAll
    • xlabelFontSize

      protected int xlabelFontSize
    • xlabelFontColor

      protected String xlabelFontColor
    • stacking

      protected String stacking
    • barType

      protected String barType
    • lineType

      protected String lineType
    • useDemoData

      protected boolean useDemoData
    • calculable

      protected boolean calculable
    • dataZoom

      protected boolean dataZoom
    • dzStart

      protected int dzStart
    • dzEnd

      protected int dzEnd
    • 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
    • fillRadar

      protected boolean fillRadar
    • 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
    • dataLabelsInside

      protected boolean dataLabelsInside
    • dataLabelsEnabled

      protected boolean dataLabelsEnabled
    • responseSystemQuery

      protected boolean responseSystemQuery
    • toolboxEnable

      protected boolean toolboxEnable
    • seriesColor

      protected boolean seriesColor
    • seriesColorValue

      protected String seriesColorValue
    • smooth

      protected boolean smooth
    • afterRenderEvent

      protected String afterRenderEvent
    • settingJavaAttr

      protected JavaAttr settingJavaAttr
    • markLineList

      protected List<MarkLineBean> markLineList
    • yaliasList

      public List<EChartDataYalias> yaliasList
    • xalias

      public ChartDataXalias xalias
    • saliasList

      public List<ChartDataSalias> saliasList
    • erc

      protected EventRefreshComponent erc
  • 构造器详细资料

    • EChartBasePre

      public EChartBasePre()
  • 方法详细资料

    • parserBase

      public void parserBase(ModuleParserContext context, org.jdom2.Element nodeEl)
    • parserAttrEx

      public abstract void parserAttrEx(org.jdom2.Element nodelEl)
    • processToolbar

      protected void processToolbar(ModuleContext context, ChartObj chart)
      处理工具箱
      参数:
      context -
      chart -
    • parserColorValue

      public void parserColorValue(String scv)
      自定义图表颜色值转换
      参数:
      scv -
    • toMobileHtml

      public String toMobileHtml(ModuleContext context)
      从类复制的说明: Component
      转化为移动手机端的HTML代码
      覆盖:
      toMobileHtml 在类中 Component
      参数:
      context - ModuleContext
      返回:
      html
    • getDefaultLegendDesc

      public String getDefaultLegendDesc()
    • getY1Name

      public String getY1Name()
    • getY2Name

      public String getY2Name()