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

public class HcaXaxis extends ChartsOptionsBase

Description: X轴或者类别轴通常是水平方向的坐标轴,但是通过 chart.inverted = true 可以让x,y轴显示位置对调此时垂直的坐标轴是X轴。如果有多条坐标轴,x轴节点是一个可配置的对象数组

Title:首亨软件 - TSS/CRM等

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

    • allowDecimals

      protected SSBoolean allowDecimals
    • alternateGridColor

      protected SSBoolean alternateGridColor
    • demoCategories

      protected SSString demoCategories
    • categories

      protected List<String> categories
    • gridLineColor

      public String gridLineColor
    • gridLineWidth

      public int gridLineWidth
    • lineColor

      public String lineColor
    • lineWidth

      public int lineWidth
    • max

      public int max
    • min

      public int min
    • showEmpty

      protected SSBoolean showEmpty
    • labels

      protected XAxisLabels labels
    • ceiling

      public int ceiling
    • dateTimeLabelFormats

      protected SSString dateTimeLabelFormats
    • endOnTick

      protected SSBoolean endOnTick
    • events

      protected XaxisEvents events
  • 构造器详细资料

    • HcaXaxis

      public HcaXaxis()
  • 方法详细资料

    • getLabels

      public XAxisLabels getLabels()
    • getAlternateGridColor

      public SSBoolean getAlternateGridColor()
    • getShowEmpty

      public SSBoolean getShowEmpty()
    • getEndOnTick

      public SSBoolean getEndOnTick()
    • getDateTimeLabelFormats

      public SSString getDateTimeLabelFormats()
    • getDemoCategories

      public SSString getDemoCategories()
    • getCategories

      public List<String> getCategories()
    • getEvents

      public XaxisEvents getEvents()
    • getAllowDecimals

      public SSBoolean getAllowDecimals()