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

public class HcaYaxis extends ChartsOptionsBase

Description: Y轴或者值轴。通常情况下,y轴是垂直的,通过 chart.inverted = true 可以让x,y轴显示位置对调,即水平的坐标轴是Y轴。多轴情况下,yAxis 是一个y轴配置数组。

Title:首亨软件 - TSS/CRM等

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

    • allowDecimals

      protected SSBoolean allowDecimals
    • alternateGridColor

      public String alternateGridColor
    • categories

      public SSString categories
    • opposite

      protected SSBoolean opposite
    • type

      public String type
    • ceiling

      public int ceiling
    • dateTimeLabelFormats

      protected SSString dateTimeLabelFormats
    • endOnTick

      protected SSBoolean endOnTick
    • floor

      public int floor
    • gridLineColor

      public String gridLineColor
    • gridLineDashStyle

      public String gridLineDashStyle
    • gridLineInterpolation

      public String gridLineInterpolation
    • gridLineWidth

      public int gridLineWidth
    • gridZIndex

      public int gridZIndex
    • id

      public String id
    • lineColor

      public String lineColor
    • lineWidth

      public int lineWidth
    • max

      public int max
    • maxColor

      public String maxColor
    • maxPadding

      public int maxPadding
    • min

      public int min
    • minColor

      public String minColor
    • minPadding

      public int minPadding
    • minRange

      public int minRange
    • minTickInterval

      public int minTickInterval
    • minorGridLineColor

      public String minorGridLineColor
    • minorGridLineDashStyle

      public String minorGridLineDashStyle
    • minorGridLineWidth

      public int minorGridLineWidth
    • minorTickColor

      public String minorTickColor
    • minorTickInterval

      public int minorTickInterval
    • minorTickLength

      public int minorTickLength
    • minorTickPosition

      public String minorTickPosition
    • minorTickWidth

      public int minorTickWidth
    • offset

      public int offset
    • reversed

      protected SSBoolean reversed
    • reversedStacks

      protected SSBoolean reversedStacks
    • showEmpty

      protected SSBoolean showEmpty
    • showFirstLabel

      protected SSBoolean showFirstLabel
    • showLastLabel

      protected SSBoolean showLastLabel
    • startOfWeek

      public int startOfWeek
    • startOnTick

      protected SSBoolean startOnTick
    • tickColor

      public String tickColor
    • tickInterval

      public int tickInterval
    • tickLength

      public int tickLength
    • tickPixelInterval

      public int tickPixelInterval
    • tickPosition

      public String tickPosition
    • tickWidth

      public int tickWidth
    • labels

      protected YaxisLabels labels
    • title

      protected YaxisTitle title
  • 构造器详细资料

    • HcaYaxis

      public HcaYaxis()
  • 方法详细资料

    • getLabels

      public YaxisLabels getLabels()
    • getTitle

      public YaxisTitle getTitle()
    • getCategories

      public SSString getCategories()
    • getReversed

      public SSBoolean getReversed()
    • getStartOnTick

      public SSBoolean getStartOnTick()
    • getDateTimeLabelFormats

      public SSString getDateTimeLabelFormats()
    • getAllowDecimals

      public SSBoolean getAllowDecimals()
    • getOpposite

      public SSBoolean getOpposite()
    • getEndOnTick

      public SSBoolean getEndOnTick()
    • getReversedStacks

      public SSBoolean getReversedStacks()
    • getShowEmpty

      public SSBoolean getShowEmpty()
    • getShowFirstLabel

      public SSBoolean getShowFirstLabel()
    • getShowLastLabel

      public SSBoolean getShowLastLabel()