ChartDataPointCollection

ChartDataPointCollection class

Represents collection of a series data point.

public class ChartDataPointCollection : DomObject<ChartSeries>, IChartDataPointCollection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection. Read-only Int32.
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 ChartDataPoint.BubbleSize.Data property. Read/write DataSourceType.
DataSourceTypeForErrorBarsCustomValues { get; }Specifies types 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 ChartDataPoint.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 ChartDataPoint.YValue.Data property. Read/write DataSourceType.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Returns the series data point by index (its serial number in this collection). (2 indexers)
SyncRoot { get; }Returns a synchronization root. Read-only Object.

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 IsChartTypeArea 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 IsChartTypeArea 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 IsChartTypeColumn and IsChartTypeBar 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 IsChartTypeColumn and IsChartTypeBar 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeBubble 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 IsChartTypeDoughnut 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 IsChartTypeDoughnut 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 IsChartTypeLine 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 IsChartTypeLine 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 IsChartTypePie 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 IsChartTypePie 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 IsChartTypeRadar 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 IsChartTypeRadar 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 IsChartTypeScatter 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 IsChartTypeScatter 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 IsChartTypeScatter 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 IsChartTypeScatter 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 IsChartTypeScatter 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 IsChartTypeScatter 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 IsChartTypeStock 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 IsChartTypeStock 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 IsChartTypeSurface 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 IsChartTypeSurface 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.
CopyTo(Array, int)Copy to specified array.
GetEnumerator()Returns an enumerator that iterates through 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