Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Class PlotArea

java.lang.Object
  extended by com.aspose.cells.PlotArea

public class PlotArea
extends java.lang.Object

Encapsulates the object that represents the chart's plotarea in the worksheet.


Method Summary
 Area getArea()
          Gets the Area.
 Line getBorder()
          Gets the border Line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBorder

public Line getBorder()
Gets the border Line.

Returns:
the border Line.
Throws:
ExcelException - if chart has bean removed.

getArea

public Area getArea()
Gets the Area.

Returns:
the Area.
Throws:
ExcelException - if chart has bean removed.