Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartWrappedFrameFormatImpl

    Show / Hide Table of Contents

    Class ChartWrappedFrameFormatImpl

    Represents frame format each record is wrapped by ChartWrapperRecord.

    Inheritance
    System.Object
    CommonObject
    ChartFrameFormatImpl
    ChartWrappedFrameFormatImpl
    Implements
    IParentApplication
    System.IDisposable
    IChartFrameFormat
    IChartFillBorder
    Inherited Members
    ChartFrameFormatImpl.m_chart
    ChartFrameFormatImpl.m_plotAreaLayout
    ChartFrameFormatImpl.Parse(IList<BiffRecordRaw>, Int32)
    ChartFrameFormatImpl.Serialize(IList<IBiffStorage>)
    ChartFrameFormatImpl.SetDefaultValues(Boolean, Boolean)
    ChartFrameFormatImpl.UpdateLineColor(ExcelKnownColors)
    ChartFrameFormatImpl.Clear()
    ChartFrameFormatImpl.Clone(Object)
    ChartFrameFormatImpl.FrameRecord
    ChartFrameFormatImpl.Workbook
    ChartFrameFormatImpl.Layout
    ChartFrameFormatImpl.HasInterior
    ChartFrameFormatImpl.HasLineProperties
    ChartFrameFormatImpl.Border
    ChartFrameFormatImpl.Interior
    ChartFrameFormatImpl.ThreeD
    ChartFrameFormatImpl.Fill
    ChartFrameFormatImpl.HasShadowProperties
    ChartFrameFormatImpl.Has3dProperties
    ChartFrameFormatImpl.Shadow
    ChartFrameFormatImpl.RectangleStyle
    ChartFrameFormatImpl.IsAutoSize
    ChartFrameFormatImpl.IsAutoPosition
    ChartFrameFormatImpl.IsBorderCornersRound
    ChartFrameFormatImpl.LineProperties
    ChartFrameFormatImpl.ForeGroundColorObject
    ChartFrameFormatImpl.BackGroundColorObject
    ChartFrameFormatImpl.Pattern
    ChartFrameFormatImpl.IsAutomaticFormat
    ChartFrameFormatImpl.Visible
    CommonObject.m_bIsDisposed
    CommonObject.Finalize()
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.OnDispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    Namespace: Syncfusion.XlsIO.Implementation.Charts
    Assembly: Syncfusion.XlsIO.Portable.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.

    Methods

    CheckBegin(BiffRecordRaw)

    Checks whether specified record is begin.

    Declaration
    protected override bool CheckBegin(BiffRecordRaw record)
    Parameters
    Type Name Description
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw record

    Record to check.

    Returns
    Type Description
    System.Boolean

    True if this is begin; false otherwise.

    Overrides
    ChartFrameFormatImpl.CheckBegin(BiffRecordRaw)

    ParseRecord(BiffRecordRaw, ref Int32, Boolean)

    Parses single record.

    Declaration
    protected override void ParseRecord(BiffRecordRaw record, ref int iBeginCounter, bool isPlotArea)
    Parameters
    Type Name Description
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw record

    Record to parse.

    System.Int32 iBeginCounter

    Number of not closed begin record.

    System.Boolean isPlotArea
    Overrides
    ChartFrameFormatImpl.ParseRecord(BiffRecordRaw, ref Int32, Boolean)

    SerializeRecord(IList<IBiffStorage>, BiffRecordRaw)

    Serializes single record.

    Declaration
    protected override void SerializeRecord(IList<IBiffStorage> list, BiffRecordRaw record)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<IBiffStorage> list

    OffsetArrayList that will get biff records.

    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw record

    Record to serialize.

    Overrides
    ChartFrameFormatImpl.SerializeRecord(IList<IBiffStorage>, BiffRecordRaw)

    UnwrapRecord(BiffRecordRaw)

    Unwraps record if necessary.

    Declaration
    protected override BiffRecordRaw UnwrapRecord(BiffRecordRaw record)
    Parameters
    Type Name Description
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw record

    Record to unwrap.

    Returns
    Type Description
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw

    Unwrapped record.

    Overrides
    ChartFrameFormatImpl.UnwrapRecord(BiffRecordRaw)

    Implements

    IParentApplication
    System.IDisposable
    IChartFrameFormat
    IChartFillBorder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved