Click or drag to resize

ExcelChartLegendEntriesCollection Class

Represents the collection of legend entries for a picture.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelChartLegendEntriesCollection

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelChartLegendEntriesCollection

The ExcelChartLegendEntriesCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of legend entried in collection.
Public propertyItem
Gets the legend entry at the specified index.
Top
Methods
  NameDescription
Public methodGetEnumerator
Gets the collection enumerator
Public methodRemoveLegendEntry
Removes the legend entry at the specified zero based index from collection.
Top
See Also