File Formats

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

    Show / Hide Table of Contents

    Class ChartLegendEntryImpl

    Class used for Chart Legend entries implementation.

    Inheritance
    System.Object
    CommonObject
    ChartLegendEntryImpl
    Implements
    IParentApplication
    System.IDisposable
    IChartLegendEntry
    Inherited Members
    CommonObject.m_bIsDisposed
    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
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.Charts
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ChartLegendEntryImpl : CommonObject, IParentApplication, IDisposable, IChartLegendEntry

    Constructors

    ChartLegendEntryImpl(IApplication, Object, Int32)

    Creates new instance of legend entry.

    Declaration
    public ChartLegendEntryImpl(IApplication application, object parent, int iIndex)
    Parameters
    Type Name Description
    IApplication application

    Application object.

    System.Object parent

    Parent object.

    System.Int32 iIndex

    Represents index in collection

    Properties

    Index

    Represents index in collection.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    IsDeleted

    True if this entry is deleted. otherwise False.

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsFormatted

    True if the legend entry is formatted. otherwise False.

    Declaration
    public bool IsFormatted { get; set; }
    Property Value
    Type Description
    System.Boolean

    LegendEntityIndex

    Legend-entry index.

    Declaration
    public int LegendEntityIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    TextArea

    Gets the text area of the legend entry. Read-only.

    Declaration
    public IChartTextArea TextArea { get; }
    Property Value
    Type Description
    IChartTextArea

    Methods

    Clear()

    Clears the legend entry.

    Declaration
    public void Clear()

    Clone(Object, Dictionary<Int32, Int32>, Dictionary<String, String>)

    Clones current object.

    Declaration
    public ChartLegendEntryImpl Clone(object parent, Dictionary<int, int> dicIndexes, Dictionary<string, string> dicNewSheetNames)
    Parameters
    Type Name Description
    System.Object parent

    Parent object.

    System.Collections.Generic.Dictionary<System.Int32, System.Int32> dicIndexes

    Dictionary with new font indexes.

    System.Collections.Generic.Dictionary<System.String, System.String> dicNewSheetNames

    Dictionary with new worksheet names.

    Returns
    Type Description
    ChartLegendEntryImpl

    Returns cloned object.

    Delete()

    Deletes the legend entry.

    Declaration
    public void Delete()

    SetParents()

    Finds parent object for collection.

    Declaration
    public void SetParents()

    Implements

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