IChartDataPointCollection

IChartDataPointCollection interface

Represents collection of a series data point.

public interface IChartDataPointCollection : IGenericCollection<IChartDataPoint>

Properties

NameDescription
DataSourceTypeForBubbleSizes { get; set; }Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. In other words it specifies the type of value of ChartDataPointEx.BubbleSize.Data property. Read/write DataSourceType.
DataSourceTypeForErrorBarsCustomValues { get; }Specifies the type of values in ChartDataPoint.ErrorBarsCustomValues properties list. Read-only IDataSourceTypeForErrorBarsCustomValues.
DataSourceTypeForValues { get; set; }Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. In other words it specifies the type of value of ChartDataPoint.Value.Data property. Read/write DataSourceType.
DataSourceTypeForXValues { get; set; }Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. In other words it specifies the type of value of ChartDataPointEx.XValue.Data property. Read/write DataSourceType.
DataSourceTypeForYValues { get; set; }Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPointEx.YValue.Data property. Read/write DataSourceType.
Item { get; }Returns the series data point by index (its serial number in this collection). (2 indexers)

Methods

NameDescription
AddDataPointForAreaSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer.IsChartTypeArea(ChartType) method).
AddDataPointForAreaSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer.IsChartTypeArea(ChartType) method).
AddDataPointForBarSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also ChartTypeCharacterizer.IsChartTypeColumn(ChartType) and ChartTypeCharacterizer.IsChartTypeBar(ChartType) method).
AddDataPointForBarSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also ChartTypeCharacterizer.IsChartTypeColumn(ChartType) and ChartTypeCharacterizer.IsChartTypeBar(ChartType) method).
AddDataPointForBoxAndWhiskerSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is BoxAndWhisker.
AddDataPointForBubbleSeries(double, double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(double, double, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(double, IChartDataCell, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(IChartDataCell, double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(string, double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(string, double, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(string, IChartDataCell, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
AddDataPointForDoughnutSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) method).
AddDataPointForDoughnutSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) method).
AddDataPointForFunnelSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Funnel.
AddDataPointForHistogramSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Histogram.
AddDataPointForLineSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also ChartTypeCharacterizer.IsChartTypeLine(ChartType) method).
AddDataPointForLineSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also ChartTypeCharacterizer.IsChartTypeLine(ChartType) method).
AddDataPointForMapSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Map.
AddDataPointForPieSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also ChartTypeCharacterizer.IsChartTypePie(ChartType) method).
AddDataPointForPieSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also ChartTypeCharacterizer.IsChartTypePie(ChartType) method).
AddDataPointForRadarSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also ChartTypeCharacterizer.IsChartTypeRadar(ChartType) method).
AddDataPointForRadarSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also ChartTypeCharacterizer.IsChartTypeRadar(ChartType) method).
AddDataPointForScatterSeries(double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
AddDataPointForScatterSeries(double, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
AddDataPointForScatterSeries(IChartDataCell, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
AddDataPointForScatterSeries(IChartDataCell, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
AddDataPointForScatterSeries(string, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
AddDataPointForScatterSeries(string, IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
AddDataPointForStockSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer.IsChartTypeStock(ChartType) method).
AddDataPointForStockSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer.IsChartTypeStock(ChartType) method).
AddDataPointForSunburstSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Sunburst.
AddDataPointForSurfaceSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also ChartTypeCharacterizer.IsChartTypeSurface(ChartType) method).
AddDataPointForSurfaceSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also ChartTypeCharacterizer.IsChartTypeSurface(ChartType) method).
AddDataPointForTreemapSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Treemap.
AddDataPointForWaterfallSeries(IChartDataCell)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Waterfall.
Clear()Removes all elements from the collection.
GetOrCreateDataPointByIdx(uint)If collection already contains data point with index index then returns this data point. If collection doesn’t contains data point with index index==N (when number of data points in this collection is less or equal then N) then adds deficient data points and returns last (which has requested index). For example, collection indexes are {0, 1, 2}, and requested index is 5. Then method adds deficient data points: {0, 1, 2, 3, 4, 5}. And returns data point with index 5.
Remove(IChartDataPoint)Removes the specified value.
RemoveAt(int)Removes the element at the given index.

See Also