接口 IPlotArea
public interface IPlotArea
Represents the plot area of a chart. This is the area where your chart data is plotted.
-
方法概要
-
方法详细资料
-
getParent
IChart getParent()Returns the parent object for the specified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormat
object.
-