Class ChartPlotAreaImpl
Represents chart plot area object.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.Portable.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.  | 
      
ChartPlotAreaImpl(IApplication, Object, IList<BiffRecordRaw>, ref Int32)
Parses new instance from stg stream.
Declaration
public ChartPlotAreaImpl(IApplication application, object parent, IList<BiffRecordRaw> data, ref int iPos)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | Represents current application  | 
      
| System.Object | parent | Represents parent object.  | 
      
| System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> | data | Represents record storage.  | 
      
| System.Int32 | iPos | Represents position in storage.  | 
      
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 | 
|---|
| ChartPlotAreaLayoutRecord | 
Methods
Parse(IList<BiffRecordRaw>, ref Int32)
Parses from stg stream.
Declaration
public void Parse(IList<BiffRecordRaw> data, ref int iPos)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> | data | Record storage.  | 
      
| System.Int32 | iPos | Represents position in storage.  | 
      
Serialize(IList<IBiffStorage>)
Serialize current records to stg stream.
Declaration
public void Serialize(IList<IBiffStorage> records)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IList<IBiffStorage> | records | Represents list of records to serialize into.  | 
      
Implements
      System.IDisposable