ChartWrappedTextAreaImpl Class
Represents chart text area, each record is wrapped into ChartWrappedRecord.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.Base.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. |
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
Implements
System.IDisposable