Item

ILegendEntryCollection indexer

获取对应于 Chart.ChartData.Series[0].DataPoints[index] 图表类型的图例条目的属性 this列表: ChartType.BarOfPie, ChartType.ExplodedPie, ChartType.ExplodedPie3D, ChartType.Pie, ChartType.Pie3D, ChartType.PieOfPie; 或对应于其他图表类型的 Chart.ChartData.Series[index]。

public ILegendEntryProperties this[int index] { get; }

也可以看看