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 extension list (c:extLst).Gets the layout.voidsetDataTable(DataTable dataTable)Sets the data table.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).voidSets the layout.toString()
-
Constructor Details
-
PlotArea
public PlotArea()Instantiates a new plot area.
-
-
Method Details
-
clone
-
toString
-
getExtensionList
Gets the extension list (c:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the extension list (c:extLst).- Parameters:
extensionList- the new extension list
-
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
-