com.spire.xls.charts
Class ChartPlotArea

java.lang.Object
  extended by com.spire.xls.core.spreadsheet.XlsObject
      extended by com.spire.xls.core.spreadsheet.charts.XlsChartFrameFormat
          extended by com.spire.xls.core.spreadsheet.charts.XlsChartPlotArea
              extended by com.spire.xls.charts.ChartPlotArea
All Implemented Interfaces:
IChartFillBorder, IChartFrameFormat

public class ChartPlotArea
extends XlsChartPlotArea


Constructor Summary
ChartPlotArea(java.lang.Object parent)
           
 
Method Summary
 ChartBorder getBorder()
          Represents chart border.
 ChartInterior getInterior()
          Represents frame interior.
 Workbook getWorkbook()
           
 
Methods inherited from class com.spire.xls.core.spreadsheet.charts.XlsChartFrameFormat
deepClone, getBackGroundColor, getBackGroundColorObject, getBackGroundKnownColor, getFill, getForeGroundColor, getForeGroundColorObject, getForeGroundKnownColor, getFormat3D, getHeight, getLineProperties, getPattern, getShadow, getVisible, getWidth, getX, getY, hasFormat3D, hasInterior, hasLineProperties, hasShadow, isAutomaticFormat, isAutomaticFormat, isAutoPosition, isAutoPosition, isAutoSize, isAutoSize, isBorderCornersRound, isBorderCornersRound, isHMode, isHMode, isWMode, isWMode, isXMode, isXMode, isYMode, isYMode, setBackGroundColor, setBackGroundKnownColor, setForeGroundColor, setForeGroundKnownColor, setHeight, setPattern, setVisible, setWidth, setX, setY
 
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject
dispose
 
Methods inherited from interface com.spire.xls.core.IChartFrameFormat
clear
 

Constructor Detail

ChartPlotArea

public ChartPlotArea(java.lang.Object parent)
Method Detail

getBorder

public ChartBorder getBorder()
Represents chart border. Read only.

Specified by:
getBorder in interface IChartFrameFormat
Overrides:
getBorder in class XlsChartFrameFormat

getInterior

public ChartInterior getInterior()
Represents frame interior. Read only

Specified by:
getInterior in interface IChartFillBorder
Overrides:
getInterior in class XlsChartFrameFormat

getWorkbook

public Workbook getWorkbook()