Class ChartWrappedTextAreaImpl
Represents chart text area, each record is wrapped into ChartWrappedRecord.
Implements
System.IDisposable
    
    
    
    
    
    
  Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ChartWrappedTextAreaImpl : ChartTextAreaImpl, IDisposable, IChartDataLabels, IInternalChartTextArea, IChartTextArea, IInternalFont, IFont, IParentApplication, IOptimizedUpdate, ISerializable
  Constructors
ChartWrappedTextAreaImpl(IApplication, Object)
Initializes new instance.
Declaration
public ChartWrappedTextAreaImpl(IApplication application, object parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | Application object.  | 
      
| System.Object | parent | Parent object.  | 
      
ChartWrappedTextAreaImpl(IApplication, Object, ExcelObjectTextLink)
Creates objects sets its Application and Parent properties to specified values.
Declaration
public ChartWrappedTextAreaImpl(IApplication application, object parent, ExcelObjectTextLink textLink)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | Application object.  | 
      
| System.Object | parent | Parent object.  | 
      
| ExcelObjectTextLink | textLink | Text link.  | 
      
ChartWrappedTextAreaImpl(IApplication, Object, IList<BiffRecordRaw>, ref Int32)
Creates objects sets its Application and Parent properties to specified values and parses object data.
Declaration
public ChartWrappedTextAreaImpl(IApplication application, object parent, IList<BiffRecordRaw> data, ref int iPos)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | Application object.  | 
      
| System.Object | parent | Parent object.  | 
      
| System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> | data | Array with object's records.  | 
      
| System.Int32 | iPos | Position of the first object's record in the data array.  | 
      
Properties
ShouldSerialize
Indicates whether object should be serialized. Read-only.
Declaration
protected override bool ShouldSerialize { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Overrides
Methods
CreateFrameFormat()
Creates frame format.
Declaration
protected override ChartFrameFormatImpl CreateFrameFormat()
  Returns
| Type | Description | 
|---|---|
| ChartFrameFormatImpl | Newly created frame format.  | 
      
Overrides
SerializeRecord(IList<IBiffStorage>, BiffRecordRaw)
Saves single record into list of biff records.
Declaration
protected override void SerializeRecord(IList<IBiffStorage> records, BiffRecordRaw record)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IList<IBiffStorage> | records | OffsetArrayList that will receive necessary records.  | 
      
| Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | record | Record to serialize.  | 
      
Overrides
Implements
      System.IDisposable