ILegendEntryCollection

ILegendEntryCollection 接口

表示图例集合。

public interface ILegendEntryCollection

属性

名称描述
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]。

另见