com.aspose.slides
Class LegendEntryCollection

java.lang.Object
  extended by com.aspose.slides.LegendEntryCollection
All Implemented Interfaces:
ILegendEntryCollection

public class LegendEntryCollection
extends java.lang.Object
implements ILegendEntryCollection


Method Summary
 ILegendEntryProperties get_Item(int index)
           Gets properties of the legend entry corresponding to Chart.ChartData.Series[0].DataPoints[index] in case of chart type from this list: ChartType.BarOfPie, ChartType.ExplodedPie, ChartType.ExplodedPie3D, ChartType.Pie, ChartType.Pie3D, ChartType.PieOfPie; or corresponding to Chart.ChartData.Series[index] for other chart types.
 int getCount()
           Gets the number of legend entries.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_Item

public ILegendEntryProperties get_Item(int index)

Gets properties of the legend entry corresponding to Chart.ChartData.Series[0].DataPoints[index] in case of chart type from this list: ChartType.BarOfPie, ChartType.ExplodedPie, ChartType.ExplodedPie3D, ChartType.Pie, ChartType.Pie3D, ChartType.PieOfPie; or corresponding to Chart.ChartData.Series[index] for other chart types.

Specified by:
get_Item in interface ILegendEntryCollection

getCount

public int getCount()

Gets the number of legend entries. Read-only int.

Specified by:
getCount in interface ILegendEntryCollection


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.