ChartDataPointCollection class
Contents
[
Hide
]ChartDataPointCollection class
Represents collection of a series data point.
The ChartDataPointCollection type exposes the following members:
Properties
Property | Description |
---|---|
data_source_type_for_x_values | 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 . |
data_source_type_for_y_values | 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 . |
data_source_type_for_bubble_sizes | 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 . |
data_source_type_for_values | 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 . |
data_source_type_for_error_bars_custom_values | Specifies 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
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
add_data_point_for_stock_series | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Map. |
clear | Removes all elements from the collection. |
remove | Removes the specified value. |
remove_at | Removes the element at the given index. |
See Also
- module
aspose.slides.charts
- library
Aspose.Slides