Class PlotArea
java.lang.Object
com.independentsoft.office.charts.PlotArea
The Class PlotArea.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getAxes()Gets the axes.Gets the charts.Gets the chart shape properties.Gets the data table.Gets the layout.voidsetDataTable(DataTable dataTable)Sets the data table.voidSets the layout.toString()
-
Constructor Details
-
PlotArea
public PlotArea()Instantiates a new plot area.
-
-
Method Details
-
clone
-
toString
-
getCharts
Gets the charts.- Returns:
- the charts
-
getAxes
Gets the axes.- Returns:
- the axes
-
getDataTable
Gets the data table.- Returns:
- the data table
-
setDataTable
Sets the data table.- Parameters:
dataTable- the new data table
-
getLayout
Gets the layout.- Returns:
- the layout
-
setLayout
Sets the layout.- Parameters:
layout- the new layout
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-