ILegendEntryCollection

ILegendEntryCollection 接口

表示图例集合。

public interface ILegendEntryCollection

属性

NameDescription
Count { get; }获取集合中实际包含的元素数量。只读 Int32。
Item { get; }获取对应于 Chart.ChartData.Series[0].DataPoints[index] 的图例条目属性(当图表类型为以下列表中的一种时:ChartType.BarOfPie、ChartType.ExplodedPie、ChartType.ExplodedPie3D、ChartType.Pie、ChartType.Pie3D、ChartType.PieOfPie);或者对应于其他图表类型的 Chart.ChartData.Series[index] 的属性。

另请参见