com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ILegendEntryCollection

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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 elements actually contained in the collection.
    • Method Detail

      • get_Item

        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.

      • getCount

        int getCount()

        Gets the number of elements actually contained in the collection. Read-only int.