Class DataTable

java.lang.Object
com.independentsoft.office.charts.DataTable

public class DataTable extends Object
The Class DataTable.
  • Constructor Details

    • DataTable

      public DataTable()
      Instantiates a new data table.
  • Method Details

    • clone

      public DataTable clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isShowHorizontalBorder

      public boolean isShowHorizontalBorder()
      Checks if is show horizontal border.
      Returns:
      true, if is show horizontal border
    • setShowHorizontalBorder

      public void setShowHorizontalBorder(boolean showHorizontalBorder)
      Sets the show horizontal border.
      Parameters:
      showHorizontalBorder - the new show horizontal border
    • isShowLegendKeys

      public boolean isShowLegendKeys()
      Checks if is show legend keys.
      Returns:
      true, if is show legend keys
    • setShowLegendKeys

      public void setShowLegendKeys(boolean showLegendKeys)
      Sets the show legend keys.
      Parameters:
      showLegendKeys - the new show legend keys
    • isShowOutlineBorder

      public boolean isShowOutlineBorder()
      Checks if is show outline border.
      Returns:
      true, if is show outline border
    • setShowOutlineBorder

      public void setShowOutlineBorder(boolean showOutlineBorder)
      Sets the show outline border.
      Parameters:
      showOutlineBorder - the new show outline border
    • isShowVerticalBorder

      public boolean isShowVerticalBorder()
      Checks if is show vertical border.
      Returns:
      true, if is show vertical border
    • setShowVerticalBorder

      public void setShowVerticalBorder(boolean showVerticalBorder)
      Sets the show vertical border.
      Parameters:
      showVerticalBorder - the new show vertical border
    • getChartShapeProperties

      public ChartShapeProperties getChartShapeProperties()
      Gets the chart shape properties.
      Returns:
      the chart shape properties
    • getTextProperties

      public TextProperties getTextProperties()
      Gets the text properties.
      Returns:
      the text properties