java.lang.Object
com.sh.wf.module.component.chart.common.ChartsOptionsBase
com.sh.wf.module.component.chart.common.echarts.Series
所有已实现的接口:
Serializable, Cloneable

public class Series extends ChartsOptionsBase

Description: 驱动图表生成的数据内容 数组中每一项代表一个系列的特殊选项及数据

Title:首亨软件 - TSS/CRM等

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

    • name

      public String name
    • type

      public String type
    • mapType

      public String mapType
    • stack

      public String stack
    • tooltip

      protected Tooltip tooltip
    • yAxisIndex

      public int yAxisIndex
    • itemStyle

      protected ItemStyle itemStyle
    • areaStyle

      protected AreaStyle areaStyle
    • emphasis

      protected Emphasis emphasis
    • radius

      protected SSString radius
    • center

      protected SSString center
    • selectedMode

      public String selectedMode
    • roam

      protected SSString roam
    • smooth

      protected SSBoolean smooth
    • roseType

      public String roseType
    • startAngle

      public int startAngle
    • endAngle

      public int endAngle
    • min

      public int min
    • max

      public int max
    • barWidth

      public int barWidth
    • axisLine

      protected AxisLine axisLine
    • axisTick

      protected AxisTick axisTick
    • splitLine

      protected SplitLine splitLine
    • detail

      protected SeriesDetail detail
    • markPoint

      protected MarkPoint markPoint
    • markLine

      protected MarkLine markLine
    • data

      protected List<SeriesData> data
    • label

      protected SeriesLabel label
    • labelLine

      protected SeriesLabelLine labelLine
    • large

      public SSBoolean large
    • largeThreshold

      public int largeThreshold
    • progressive

      public int progressive
    • progressiveThreshold

      public int progressiveThreshold
    • progressiveChunkMode

      public String progressiveChunkMode
  • 构造器详细资料

    • Series

      public Series()
  • 方法详细资料