menu

Document Processing

ChartWrappedTextAreaImpl Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ChartWrappedTextAreaImpl Class

    Represents chart text area, each record is wrapped into ChartWrappedRecord.

    Inheritance
    System.Object
    CommonObject
    ChartTextAreaImpl
    ChartWrappedTextAreaImpl
    Implements
    System.IDisposable
    IChartDataLabels
    IChartTextArea
    IFont
    IParentApplication
    IOptimizedUpdate
    ISerializable
    Inherited Members
    ChartTextAreaImpl.AttachedLabelLayout
    ChartTextAreaImpl.BackgroundMode
    ChartTextAreaImpl.BeginUpdate()
    ChartTextAreaImpl.Bold
    ChartTextAreaImpl.ChartAI
    ChartTextAreaImpl.ChartAlRuns
    ChartTextAreaImpl.Clone(Object)
    ChartTextAreaImpl.Clone(Object, Dictionary<Int32, Int32>, Dictionary<String, String>)
    ChartTextAreaImpl.Color
    ChartTextAreaImpl.ColorObject
    ChartTextAreaImpl.ContainDataLabels
    ChartTextAreaImpl.CreateRichTextString()
    ChartTextAreaImpl.Delimiter
    ChartTextAreaImpl.EndUpdate()
    ChartTextAreaImpl.Font
    ChartTextAreaImpl.FontIndex
    ChartTextAreaImpl.FontName
    ChartTextAreaImpl.FrameFormat
    ChartTextAreaImpl.GenerateNativeFont()
    ChartTextAreaImpl.HasText
    ChartTextAreaImpl.HasTextRotation
    ChartTextAreaImpl.Index
    ChartTextAreaImpl.InitFrameFormat()
    ChartTextAreaImpl.IsAutoColor
    ChartTextAreaImpl.IsAutoMode
    ChartTextAreaImpl.IsBubbleSize
    ChartTextAreaImpl.IsCategoryName
    ChartTextAreaImpl.IsFormula
    ChartTextAreaImpl.IsLegendKey
    ChartTextAreaImpl.IsPercentage
    ChartTextAreaImpl.IsSeriesName
    ChartTextAreaImpl.IsShowLabelPercent
    ChartTextAreaImpl.IsTrend
    ChartTextAreaImpl.IsValue
    ChartTextAreaImpl.IsValueFromCells
    ChartTextAreaImpl.Italic
    ChartTextAreaImpl.Layout
    ChartTextAreaImpl.m_rtfString
    ChartTextAreaImpl.MacOSOutlineFont
    ChartTextAreaImpl.MacOSShadow
    ChartTextAreaImpl.MarkUsedReferences(Boolean[])
    ChartTextAreaImpl.NumberFormat
    ChartTextAreaImpl.NumberFormatIndex
    ChartTextAreaImpl.ObjectLink
    ChartTextAreaImpl.ParagraphType
    ChartTextAreaImpl.ParentWorkbook
    ChartTextAreaImpl.Position
    ChartTextAreaImpl.RGBColor
    ChartTextAreaImpl.RichText
    ChartTextAreaImpl.ShowLeaderLines
    ChartTextAreaImpl.Size
    ChartTextAreaImpl.Strikethrough
    ChartTextAreaImpl.Subscript
    ChartTextAreaImpl.Superscript
    ChartTextAreaImpl.Text
    ChartTextAreaImpl.TextRecord
    ChartTextAreaImpl.TextRotationAngle
    ChartTextAreaImpl.Underline
    ChartTextAreaImpl.UpdateAsTrend()
    ChartTextAreaImpl.UpdateReferenceIndexes(Int32[])
    ChartTextAreaImpl.UpdateSerieIndex(Int32)
    ChartTextAreaImpl.ValueFromCellsRange
    ChartTextAreaImpl.VerticalAlignment
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    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
    ChartTextAreaImpl.ShouldSerialize

    Methods

    CreateFrameFormat()

    Creates frame format.

    Declaration
    protected override ChartFrameFormatImpl CreateFrameFormat()
    Returns
    Type Description
    ChartFrameFormatImpl

    Newly created frame format.

    Overrides
    ChartTextAreaImpl.CreateFrameFormat()

    Implements

    System.IDisposable
    IChartDataLabels
    IChartTextArea
    IFont
    IParentApplication
    IOptimizedUpdate
    ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved