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

@Deprecated public class YAxis extends ChartsOptionsBase
已过时。

Description: 直角坐标系中纵轴数组 数组中每一项代表一条纵轴坐标轴,标准(1.0)中规定最多同时存在2条纵轴

Title:首亨软件 - TSS/CRM等

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

    • type

      public String type
      已过时。
    • show

      public boolean show
      已过时。
    • position

      public String position
      已过时。
    • name

      public String name
      已过时。
    • axisLabel

      protected AxisLabel axisLabel
      已过时。
    • splitLine

      protected SplitLine splitLine
      已过时。
    • data

      protected List<String> data
      已过时。
    • demoCategories

      protected SSString demoCategories
      已过时。
  • 构造器详细资料

    • YAxis

      public YAxis()
      已过时。
  • 方法详细资料

    • getAxisLabel

      public AxisLabel getAxisLabel()
      已过时。
    • getDemoCategories

      public SSString getDemoCategories()
      已过时。
    • getData

      public List<String> getData()
      已过时。
    • getSplitLine

      public SplitLine getSplitLine()
      已过时。