ChartPlotAreaImpl Class
Represents chart plot area object.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class ChartPlotAreaImpl : ChartFrameFormatImpl, IParentApplication, IDisposable, IFillColor, IChartFrameFormat, IChartFillBorder
Constructors
ChartPlotAreaImpl(IApplication, Object)
Creates new instance.
Declaration
public ChartPlotAreaImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Represents current application |
System.Object | parent | Represents parent object. |
ChartPlotAreaImpl(IApplication, Object, ExcelChartType)
Creates new instance.
Declaration
public ChartPlotAreaImpl(IApplication application, object parent, ExcelChartType type)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Represents current application |
System.Object | parent | Represents parent object. |
ExcelChartType | type | Represents chart type. |
Properties
Layout
Gets or sets Excel 2007 layout data
Declaration
public IChartLayout Layout { get; set; }
Property Value
Type |
---|
IChartLayout |
PlotAreaLayout
Return attached label layout plot area record. Read-only
Declaration
public ChartPlotAreaLayoutRecord PlotAreaLayout { get; }
Property Value
Type |
---|
Syncfusion.XlsIO.Parser.Biff_Records.Charts.ChartPlotAreaLayoutRecord |
Implements
System.IDisposable