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

public class Legend extends ChartsOptionsBase

Description: 图例 每个图表最多仅有一个图例,混搭图表共享

Title:首亨软件 - TSS/CRM等

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

    • show

      public boolean show
    • type

      public String type
    • zlevel

      public int zlevel
    • z

      public int z
    • left

      protected SSString left
    • top

      protected SSString top
    • bottom

      protected SSString bottom
    • width

      protected SSString width
    • height

      protected SSString height
    • orient

      public String orient
    • align

      protected SSString align
    • padding

      protected SSString padding
    • itemGap

      public int itemGap
    • backgroundColor

      public String backgroundColor
    • itemWidth

      public int itemWidth
    • itemHeight

      public int itemHeight
    • textStyle

      protected TextStyle textStyle
    • formatter

      protected SSString formatter
    • data

      protected SSString data
    • selectedMode

      protected SSString selectedMode
    • inactiveColor

      public String inactiveColor
    • borderColor

      public String borderColor
    • borderWidth

      public int borderWidth
    • shadowBlur

      public int shadowBlur
    • shadowColor

      public String shadowColor
    • shadowOffsetX

      public int shadowOffsetX
    • shadowOffsetY

      public int shadowOffsetY
  • 构造器详细资料

    • Legend

      public Legend()
  • 方法详细资料

    • getTextStyle

      public TextStyle getTextStyle()
    • getSelectedMode

      public SSString getSelectedMode()
    • getPadding

      public SSString getPadding()
    • getAlign

      public SSString getAlign()
    • getWidth

      public SSString getWidth()
    • getHeight

      public SSString getHeight()
    • getRight

      public SSString getRight()
    • getBottom

      public SSString getBottom()
    • getLeft

      public SSString getLeft()
    • getTop

      public SSString getTop()
    • getFormatter

      public SSString getFormatter()
    • getData

      public SSString getData()
    • checkValid

      public boolean checkValid()