ILegendEntryCollection
ILegendEntryCollection interface
代表图例集合。
public interface 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]。 |