接口 IDataTable


public interface IDataTable
  • 方法详细资料

    • getFont

      IFontFormat getFont()
      Returns the IFontFormat object that represents the font of thespecified object.
    • getFormat

      IChartFormat getFormat()
      Returns the IChartFormat object.
    • getParent

      IChart getParent()
      Returns the parent IChart of the data table.
    • getShowLegendKey

      boolean getShowLegendKey()
      Gets if the data label legend key is visible. The default value is true.
    • setShowLegendKey

      void setShowLegendKey(boolean value)
      Sets if the data label legend key is visible.
    • getHasBorderHorizontal

      boolean getHasBorderHorizontal()
      Gets if the chart data table has horizontal cell borders. The default value is true.
    • setHasBorderHorizontal

      void setHasBorderHorizontal(boolean value)
      Sets if the chart data table has horizontal cell borders.
    • getHasBorderVertical

      boolean getHasBorderVertical()
      Gets if the chart data table has vertical cell borders. The default value is true.
    • setHasBorderVertical

      void setHasBorderVertical(boolean value)
      Sets if the chart data table has vertical cell borders.
    • getHasBorderOutline

      boolean getHasBorderOutline()
      Gets if the chart data table has outline borders. The default value is true.
    • setHasBorderOutline

      void setHasBorderOutline(boolean value)
      Sets if the chart data table has outline borders.
    • delete

      void delete()
      Deletes the object.