Show / Hide Table of Contents

Class LegendEntries

Inheritance
System.Object
LegendEntries
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class LegendEntries : IEnumerable<LegendEntry>

Fields

Items

Declaration
public List<LegendEntry> Items
Field Value
Type Description
List<LegendEntry>

Methods

GetEnumerator()

Declaration
public IEnumerator<LegendEntry> GetEnumerator()
Returns
Type Description
IEnumerator<LegendEntry>
Back to top Generated by DocFX