IChartDataPointCollection Interface |
Namespace: Aspose.Slides.Charts
The IChartDataPointCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | 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 ChartDataPointEx.BubbleSize.Data property.
Read/write DataSourceType.
|
![]() | DataSourceTypeForErrorBarsCustomValues |
Specifies the type 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 ChartDataPointEx.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 ChartDataPointEx.YValue.Data property.
Read/write DataSourceType.
|
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | ItemInt32 |
Returns the series data point by index.
|
![]() | ItemIChartDataPoint |
Return index of data point in this collection.
|
![]() | SyncRoot | (Inherited from ICollection.) |
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 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 |
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 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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).
|
![]() | 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 |
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 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).
|
![]() | 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, 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(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(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).
|
![]() | 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(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(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).
|
![]() | 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 |
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 |
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 | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIChartDataPoint.) |
![]() | 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.
|
![]() | Remove |
Removes the specified value.
|
![]() | RemoveAt |
Removes the element at the given index.
|