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

public class HcaTooltip extends ChartsOptionsBase

Description: 数据提示框。当鼠标悬停在某点上时,以框的形式提示该点的数据,比如该点的值,数据单位等。数据提示框内提示的信息完全可以通过格式化函数动态指定

Title:首亨软件 - TSS/CRM等

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

    • animation

      protected SSBoolean animation
    • backgroundColor

      public String backgroundColor
    • borderColor

      public String borderColor
    • borderRadius

      public int borderRadius
    • borderWidth

      public int borderWidth
    • enabled

      public boolean enabled
    • followPointer

      protected SSBoolean followPointer
    • footerFormat

      public String footerFormat
    • formatter

      protected SSString formatter
    • headerFormat

      public String headerFormat
    • hideDelay

      public int hideDelay
    • pointFormat

      public String pointFormat
    • shadow

      public boolean shadow
    • shared

      public boolean shared
    • useHTML

      public boolean useHTML
    • valueDecimals

      public int valueDecimals
    • valuePrefix

      public String valuePrefix
    • valueSuffix

      public String valueSuffix
  • 构造器详细资料

    • HcaTooltip

      public HcaTooltip()
  • 方法详细资料

    • getFormatter

      public SSString getFormatter()
    • setFormatter

      public void setFormatter(SSString formatter)
    • hasSetFormatter

      public boolean hasSetFormatter()
    • getAnimation

      public SSBoolean getAnimation()
    • getFollowPointer

      public SSBoolean getFollowPointer()