Class PlotArea

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

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

    • PlotArea

      public PlotArea()
      Instantiates a new plot area.
  • Method Details

    • clone

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

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

      public List<Chart> getCharts()
      Gets the charts.
      Returns:
      the charts
    • getAxes

      public List<IAxis> getAxes()
      Gets the axes.
      Returns:
      the axes
    • getDataTable

      public DataTable getDataTable()
      Gets the data table.
      Returns:
      the data table
    • setDataTable

      public void setDataTable(DataTable dataTable)
      Sets the data table.
      Parameters:
      dataTable - the new data table
    • getLayout

      public Layout getLayout()
      Gets the layout.
      Returns:
      the layout
    • setLayout

      public void setLayout(Layout layout)
      Sets the layout.
      Parameters:
      layout - the new layout
    • getChartShapeProperties

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