IChartDataPointCollection

IChartDataPointCollection interface

表示系列数据点的集合。

public interface IChartDataPointCollection : IGenericCollection<IChartDataPoint>

特性

姓名描述
DataSourceTypeForBubbleSizes { get; set; }指定 AsCell 或 AsLiteralString 或 AsLiteralDouble 属性 在数据点 BubbleSize 属性对象中是否是实际的。换句话说,它指定 ChartDataPointEx.BubbleSize.Data 属性值的类型。 读/写DataSourceType
DataSourceTypeForErrorBarsCustomValues { get; }在 ChartDataPoint.ErrorBarsCustomValues 属性列表中指定值的类型þ 只读IDataSourceTypeForErrorBarsCustomValues
DataSourceTypeForValues { get; set; }指定 AsCell 或 AsLiteralString 或 AsLiteralDouble 属性 在数据点 Value 属性对象中是否是实际的。换句话说,它指定 ChartDataPoint.Value.Data 属性的值类型。 读/写DataSourceType
DataSourceTypeForXValues { get; set; }指定 AsCell 或 AsLiteralString 或 AsLiteralDouble 属性 在数据点 XValue 属性对象中是否是实际的。换句话说,它指定 ChartDataPointEx.XValue.Data 属性的值类型。 读/写DataSourceType
DataSourceTypeForYValues { get; set; }指定 AsCell 或 AsLiteralString 或 AsLiteralDouble 属性 在数据点 YValue 属性对象中是否是实际的。换句话说,它指定 ChartDataPointEx.YValue.Data 属性的值类型。 读/写DataSourceType
Item { get; }按索引返回系列数据点。 (2 indexers)

方法

姓名描述
AddDataPointForAreaSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Area 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeArea(ChartType) 方法)。
AddDataPointForAreaSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Area 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeArea(ChartType) 方法)。
AddDataPointForBarSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Column 或 Bar 子类型之一的系列(另请参阅 ChartTypeCharacterizer.IsChartTypeColumn(ChartType) 和 ChartTypeCharacterizer.IsChartTypeBar(ChartType) 方法)。
AddDataPointForBarSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Column 或 Bar 子类型之一的系列(另请参阅 ChartTypeCharacterizer.IsChartTypeColumn(ChartType) 和 ChartTypeCharacterizer.IsChartTypeBar(ChartType) 方法)。
AddDataPointForBoxAndWhiskerSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于图表类型为 BoxAndWhisker 的系列。
AddDataPointForBubbleSeries(double, double, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(double, double, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(double, IChartDataCell, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(IChartDataCell, double, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(string, double, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(string, double, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(string, IChartDataCell, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。
AddDataPointForDoughnutSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Donut 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) 方法)。
AddDataPointForDoughnutSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Donut 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) 方法)。
AddDataPointForFunnelSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于图表类型为漏斗的系列。
AddDataPointForHistogramSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于图表类型为直方图的系列。
AddDataPointForLineSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Line 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeLine(ChartType) 方法)。
AddDataPointForLineSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Line 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeLine(ChartType) 方法)。
AddDataPointForMapSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于图表类型为地图的系列。
AddDataPointForPieSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Pie 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypePie(ChartType) 方法)。
AddDataPointForPieSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Pie 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypePie(ChartType) 方法)。
AddDataPointForRadarSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Radar 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeRadar(ChartType) 方法)。
AddDataPointForRadarSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Radar 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeRadar(ChartType) 方法)。
AddDataPointForScatterSeries(double, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Scatter 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) 方法)。
AddDataPointForScatterSeries(double, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Scatter 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) 方法)。
AddDataPointForScatterSeries(IChartDataCell, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Scatter 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) 方法)。
AddDataPointForScatterSeries(IChartDataCell, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Scatter 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) 方法)。
AddDataPointForScatterSeries(string, double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Scatter 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) 方法)。
AddDataPointForScatterSeries(string, IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Scatter 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) 方法)。
AddDataPointForStockSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Stock 子类型之一的系列(另请参阅 ChartTypeCharacterizer.IsChartTypeStock(ChartType) 方法)。
AddDataPointForStockSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Stock 子类型之一的系列(另请参阅 ChartTypeCharacterizer.IsChartTypeStock(ChartType) 方法)。
AddDataPointForSunburstSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于图表类型为 Sunburst 的系列。
AddDataPointForSurfaceSeries(double)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Surface 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeSurface(ChartType) 方法)。
AddDataPointForSurfaceSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Surface 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeSurface(ChartType) 方法)。
AddDataPointForTreemapSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于图表类型为Treemap的系列。
AddDataPointForWaterfallSeries(IChartDataCell)创建新数据点并将其添加到集合的末尾。 适用于图表类型为瀑布图的系列。
Clear()从集合中删除所有元素。
GetOrCreateDataPointByIdx(uint)如果集合已经包含索引为index的数据点,则返回此数据点。 如果集合不包含索引为index==N 的数据点(当此集合中的数据点数小于或等于 N 时),则添加不足的数据点并返回最后一个(已请求索引)。例如集合索引为{0, 1, 2},请求索引为5。然后方法添加不足的数据点:{0,1,2,3,4,5}。并返回索引为 5 的数据点。
Remove(IChartDataPoint)删除指定的值。
RemoveAt(int)删除给定索引处的元素。

也可以看看