Interface IPlotArea
public interface IPlotArea
Represents the plot area of a chart. This is the area where your chart data is plotted.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theIChartFormatobject.Returns the parent object for the specified object.
-
Method Details
-
getParent
IChart getParent()Returns the parent object for the specified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormatobject.
-