com.spire.xls.core
Interface IChartFrameFormat

All Superinterfaces:
IChartFillBorder
All Known Implementing Classes:
ChartArea, ChartPlotArea, XlsChartFrameFormat, XlsChartPlotArea

public interface IChartFrameFormat
extends IChartFillBorder


Method Summary
 void clear()
          Clear curent plot area.
 IChartBorder getBorder()
          Represents chart border.
 boolean isBorderCornersRound()
          Gets or sets flag if border corners is round.
 
Methods inherited from interface com.spire.xls.core.IChartFillBorder
getFill, getFormat3D, getInterior, getLineProperties, getShadow, hasFormat3D, hasInterior, hasLineProperties, hasShadow
 

Method Detail

isBorderCornersRound

boolean isBorderCornersRound()
Gets or sets flag if border corners is round.


getBorder

IChartBorder getBorder()
Represents chart border. Read only.


clear

void clear()
Clear curent plot area.