ChartDataPointCollection class

ChartDataPointCollection class

Represents collection of a series data point.

The ChartDataPointCollection type exposes the following members:

Properties

PropertyDescription
data_source_type_for_x_valuesSpecifies 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.
data_source_type_for_y_valuesSpecifies 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.
data_source_type_for_bubble_sizesSpecifies 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.
data_source_type_for_valuesSpecifies 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.
data_source_type_for_error_bars_custom_valuesSpecifies types of values in ChartDataPoint.ErrorBarsCustomValues properties list.
Read-only IDataSourceTypeForErrorBarsCustomValues.

Returns the series data point by index (its serial number in this collection).

Indexer

NameDescription
[index]

Methods

MethodDescription
add_data_point_for_stock_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeStock(Aspose.Slides.Chart method).
add_data_point_for_stock_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeStock(Aspose.Slides.Chart method).
add_data_point_for_line_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeLine(Aspose.Slides.Chart method).
add_data_point_for_line_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeLine(Aspose.Slides.Chart method).
add_data_point_for_scatter_series(self, x_value, y_value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).
add_data_point_for_scatter_series(self, x_value, y_value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).
add_data_point_for_scatter_series(self, x_value, y_value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).
add_data_point_for_scatter_series(self, x_value, y_value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).
add_data_point_for_scatter_series(self, x_value, y_value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).
add_data_point_for_scatter_series(self, x_value, y_value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).
add_data_point_for_radar_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeRadar(Aspose.Slides.Chart method).
add_data_point_for_radar_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeRadar(Aspose.Slides.Chart method).
add_data_point_for_bar_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeColumn(Aspose.Slides.Chart and Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBar(Aspose.Slides.Chart method).
add_data_point_for_bar_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeColumn(Aspose.Slides.Chart and Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBar(Aspose.Slides.Chart method).
add_data_point_for_area_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeArea(Aspose.Slides.Chart method).
add_data_point_for_area_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeArea(Aspose.Slides.Chart method).
add_data_point_for_pie_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypePie(Aspose.Slides.Chart method).
add_data_point_for_pie_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypePie(Aspose.Slides.Chart method).
add_data_point_for_doughnut_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeDoughnut(Aspose.Slides.Chart method).
add_data_point_for_doughnut_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeDoughnut(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_bubble_series(self, x_value, y_value, bubble_size)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart method).
add_data_point_for_surface_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeSurface(Aspose.Slides.Chart method).
add_data_point_for_surface_series(self, value)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 Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeSurface(Aspose.Slides.Chart method).
get_or_create_data_point_by_idx(self, index)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.
add_data_point_for_sunburst_series(self, size_value)Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Sunburst.
add_data_point_for_treemap_series(self, size_value)Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Treemap.
add_data_point_for_box_and_whisker_series(self, value)Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is BoxAndWhisker.
add_data_point_for_waterfall_series(self, value)Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Waterfall.
add_data_point_for_histogram_series(self, value)Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Histogram.
add_data_point_for_funnel_series(self, value)Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Funnel.
add_data_point_for_map_series(self, value)Creates the new data point and adds it to the end of collection.
Applicable for series which chart type is Map.
clear(self)Removes all elements from the collection.
remove(self, value)Removes the specified value.
remove_at(self, index)Removes the element at the given index.

See Also