接口 IChartArea
public interface IChartArea
Represents the chart area of a chart. The chart area on a 2-D chart contains the axes, the chart title, the axis titles, and the legend. The chart area on a 3-D chart contains the chart title and the legend; it doesn’t include the plot area (the area within the chart area where the data is plotted). For information about formatting the plot area, see the
IPlotArea
object.-
方法概要
修饰符和类型方法说明getFont()
Returns theIFontFormat
object that represents the font of thespecified object.Returns theIFontFormat
object.Returns the parent object for the specified object.boolean
Gets whether the embedded chart has rounded corners.void
setRoundedCorners
(boolean value) Sets whether the embedded chart has rounded corners.
-
方法详细资料
-
getParent
IChart getParent()Returns the parent object for the specified object. -
getFont
IFontFormat getFont()Returns theIFontFormat
object that represents the font of thespecified object. -
getFormat
IChartFormat getFormat()Returns theIFontFormat
object. -
getRoundedCorners
boolean getRoundedCorners()Gets whether the embedded chart has rounded corners. -
setRoundedCorners
void setRoundedCorners(boolean value) Sets whether the embedded chart has rounded corners.
-