LegendEntryCollection

LegendEntryCollection class

代表图例集合。

public class LegendEntryCollection : ILegendEntryCollection

特性

姓名描述
Count { get; }获取图例条目的数量。 只读Int32。
Item { get; }获取对应于 Chart.ChartData.Series[0].DataPoints[index] 图表类型的图例条目的属性 this列表: ChartType.BarOfPie, ChartType.ExplodedPie, ChartType.ExplodedPie3D, ChartType.Pie, ChartType.Pie3D, ChartType.PieOfPie; 或对应于其他图表类型的 Chart.ChartData.Series[index]。

也可以看看