ChartWrappedFrameFormatImpl Class
Represents frame format each record is wrapped by ChartWrapperRecord.
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 ChartWrappedFrameFormatImpl : ChartFrameFormatImpl, IParentApplication, IDisposable, IChartFrameFormat, IChartFillBorder, IFillColor
Constructors
ChartWrappedFrameFormatImpl(IApplication, Object)
Initializes new instance of ChartWrappedFrameFormat.
Declaration
public ChartWrappedFrameFormatImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object. |
System.Object | parent | Parent object. |
Implements
System.IDisposable