LegendEntryCollection
LegendEntryCollection class
Represents legends collection.
public class LegendEntryCollection : ILegendEntryCollection
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of legend entries. Read-only Int32. |
Item { get; } | 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. |
See Also
- interface ILegendEntryCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides