com.spire.xls.core
Interface IChartLegendEntries

All Known Implementing Classes:
ChartLegendEntriesColl

public interface IChartLegendEntries


Method Summary
 IChartLegendEntry get(int iIndex)
          Gets legend entry object by index.
 int getCount()
          Represents count of legend entries in collection.
 

Method Detail

getCount

int getCount()
Represents count of legend entries in collection. Read only.


get

IChartLegendEntry get(int iIndex)
Gets legend entry object by index. Read only.