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

public class Axis extends ChartsOptionsBase

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

Title:首亨软件 - TSS/CRM等

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

    • gridIndex

      public int gridIndex
    • type

      public String type
    • name

      public String name
    • position

      public String position
    • offset

      public int offset
    • nameLocation

      public String nameLocation
    • nameTextStyle

      protected TextStyle nameTextStyle
    • nameGap

      public int nameGap
    • nameRotate

      public int nameRotate
    • inverse

      protected SSBoolean inverse
    • boundaryGap

      protected SSString boundaryGap
    • min

      public double min
    • max

      public double max
    • scale

      protected SSBoolean scale
    • splitNumber

      public int splitNumber
    • minInterval

      public int minInterval
    • interval

      public int interval
    • logBase

      public int logBase
    • silent

      protected SSBoolean silent
    • triggerEvent

      protected SSBoolean triggerEvent
    • show

      protected SSBoolean show
    • data

      protected List<String> data
    • demoCategories

      protected SSString demoCategories
    • axisLabel

      protected AxisLabel axisLabel
    • axisLine

      protected AxisLine axisLine
    • splitLine

      protected SplitLine splitLine
  • 构造器详细资料

    • Axis

      public Axis()
  • 方法详细资料

    • getData

      public List<String> getData()
    • getTriggerEvent

      public SSBoolean getTriggerEvent()
    • getSilent

      public SSBoolean getSilent()
    • getScale

      public SSBoolean getScale()
    • getBoundaryGap

      public SSString getBoundaryGap()
    • getInverse

      public SSBoolean getInverse()
    • getNameTextStyle

      public TextStyle getNameTextStyle()
    • getShow

      public SSBoolean getShow()
    • getDemoCategories

      public SSString getDemoCategories()
    • getAxisLabel

      public AxisLabel getAxisLabel()
    • getSplitLine

      public SplitLine getSplitLine()
    • getAxisLine

      public AxisLine getAxisLine()