menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartPlotAreaImpl - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartPlotAreaImpl

    Represents chart plot area object.

    Inheritance
    System.Object
    CommonObject
    ChartFrameFormatImpl
    ChartPlotAreaImpl
    Implements
    IParentApplication
    System.IDisposable
    IChartFrameFormat
    IChartFillBorder
    Inherited Members
    ChartFrameFormatImpl.BackGroundColorObject
    ChartFrameFormatImpl.Border
    ChartFrameFormatImpl.CheckBegin(BiffRecordRaw)
    ChartFrameFormatImpl.Clear()
    ChartFrameFormatImpl.Clone(Object)
    ChartFrameFormatImpl.Fill
    ChartFrameFormatImpl.ForeGroundColorObject
    ChartFrameFormatImpl.FrameRecord
    ChartFrameFormatImpl.Has3dProperties
    ChartFrameFormatImpl.HasInterior
    ChartFrameFormatImpl.HasLineProperties
    ChartFrameFormatImpl.HasShadowProperties
    ChartFrameFormatImpl.Interior
    ChartFrameFormatImpl.IsAutomaticFormat
    ChartFrameFormatImpl.IsAutoPosition
    ChartFrameFormatImpl.IsAutoSize
    ChartFrameFormatImpl.IsBorderCornersRound
    ChartFrameFormatImpl.LineProperties
    ChartFrameFormatImpl.m_chart
    ChartFrameFormatImpl.m_plotAreaLayout
    ChartFrameFormatImpl.ParseRecord(BiffRecordRaw, Int32, Boolean)
    ChartFrameFormatImpl.Pattern
    ChartFrameFormatImpl.RectangleStyle
    ChartFrameFormatImpl.SerializeRecord(IList<IBiffStorage>, BiffRecordRaw)
    ChartFrameFormatImpl.SetDefaultValues(Boolean, Boolean)
    ChartFrameFormatImpl.Shadow
    ChartFrameFormatImpl.ThreeD
    ChartFrameFormatImpl.UnwrapRecord(BiffRecordRaw)
    ChartFrameFormatImpl.UpdateLineColor(ExcelKnownColors)
    ChartFrameFormatImpl.Visible
    ChartFrameFormatImpl.Workbook
    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.Portable.dll
    Syntax
    public class ChartPlotAreaImpl : ChartFrameFormatImpl, IParentApplication, IDisposable, IFillColor, IChartFrameFormat, IChartFillBorder

    Constructors

    ChartPlotAreaImpl(IApplication, Object)

    Creates new instance.

    Declaration
    public ChartPlotAreaImpl(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Represents current application

    System.Object parent

    Represents parent object.

    ChartPlotAreaImpl(IApplication, Object, ExcelChartType)

    Creates new instance.

    Declaration
    public ChartPlotAreaImpl(IApplication application, object parent, ExcelChartType type)
    Parameters
    Type Name Description
    IApplication application

    Represents current application

    System.Object parent

    Represents parent object.

    ExcelChartType type

    Represents chart type.

    ChartPlotAreaImpl(IApplication, Object, IList<BiffRecordRaw>, ref Int32)

    Parses new instance from stg stream.

    Declaration
    public ChartPlotAreaImpl(IApplication application, object parent, IList<BiffRecordRaw> data, ref int iPos)
    Parameters
    Type Name Description
    IApplication application

    Represents current application

    System.Object parent

    Represents parent object.

    System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> data

    Represents record storage.

    System.Int32 iPos

    Represents position in storage.

    Properties

    Layout

    Gets or sets Excel 2007 layout data

    Declaration
    public IChartLayout Layout { get; set; }
    Property Value
    Type
    IChartLayout

    PlotAreaLayout

    Return attached label layout plot area record. Read-only

    Declaration
    public ChartPlotAreaLayoutRecord PlotAreaLayout { get; }
    Property Value
    Type
    ChartPlotAreaLayoutRecord

    Methods

    Parse(IList<BiffRecordRaw>, ref Int32)

    Parses from stg stream.

    Declaration
    public void Parse(IList<BiffRecordRaw> data, ref int iPos)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> data

    Record storage.

    System.Int32 iPos

    Represents position in storage.

    Serialize(IList<IBiffStorage>)

    Serialize current records to stg stream.

    Declaration
    public void Serialize(IList<IBiffStorage> records)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<IBiffStorage> records

    Represents list of records to serialize into.

    Implements

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