ChartDataPointCollection Class |
Namespace: Aspose.Slides.Charts
The ChartDataPointCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
Read-only Int32.
|
![]() | DataSourceTypeForBubbleSizes |
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 |
Specifies types of values in ChartDataPoint.ErrorBarsCustomValues properties list.
Read-only IDataSourceTypeForErrorBarsCustomValues.
|
![]() | DataSourceTypeForValues |
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 |
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 |
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 |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | ItemInt32 |
Returns the series data point by index.
|
![]() | ItemIChartDataPoint |
Return index of data point in this collection.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | 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(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 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 IsChartTypeColumn(ChartType) and 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 IsChartTypeColumn(ChartType) and IsChartTypeBar(ChartType) method).
|
![]() | AddDataPointForBoxAndWhiskerSeries |
Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is BoxAndWhisker.
|
![]() | 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(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 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 IsChartTypeBubble(ChartType) method).
|
![]() | 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(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 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 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 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 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 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 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 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 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 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 IsChartTypeDoughnut(ChartType) method).
|
![]() | AddDataPointForFunnelSeries |
Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Funnel.
|
![]() | AddDataPointForHistogramSeries |
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(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 IsChartTypeLine(ChartType) method).
|
![]() | 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(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 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 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 IsChartTypeRadar(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 IsChartTypeScatter(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 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 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 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 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 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 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 IsChartTypeStock(ChartType) method).
|
![]() | AddDataPointForSunburstSeries |
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(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 IsChartTypeSurface(ChartType) method).
|
![]() | AddDataPointForTreemapSeries |
Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Treemap.
|
![]() | AddDataPointForWaterfallSeries |
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 |
Copy to specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetOrCreateDataPointByIdx |
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.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the specified value.
|
![]() | RemoveAt |
Removes the element at the given index.
|
![]() | ToString | (Inherited from Object.) |