ChartDataPointCollection

ChartDataPointCollection

Vue de l’ensemble

‘ChartDataPointCollection’ est une classe dans Aspose.Slides FOSS pour Python.Hérité de: ‘IChartDatPointCollection’.

Il représente la collecte de points de données pour une série.

Cette classe fournit 13 méthodes pour travailler avec des objets de ChartDataPointCollection dans les programmes Python. Les méthodologies disponibles comprennent: add_data_point_for_area_series, add_dat_ point_ for_bar_serie , ad_data_points_pour_bubble_series ; ad_date_Points-pours_per_line_sorie', 'add-data-poins-peints' et 'ad-dats-paints en série Pythone.

Propriétés

NameTypeAccessDescription
data_source_type_for_error_bars_custom_valuesIDataSourceTypeForErrorBarsCustomValuesReadType of values in custom error bars properties.
data_source_type_for_valuesDataSourceTypeRead/WriteGets or sets the data source type for values.
data_source_type_for_x_valuesDataSourceTypeRead/WriteGets or sets the data source type for x values.
data_source_type_for_y_valuesDataSourceTypeRead/WriteGets or sets the data source type for y values.
data_source_type_for_bubble_sizesDataSourceTypeRead/WriteGets or sets the data source type for bubble sizes.

méthodes

SignatureDescription
add_data_point_for_bar_series(value)IChartDataPointAdds a data point with the given value to a bar series and returns the point
add_data_point_for_line_series(value)IChartDataPoint
add_data_point_for_pie_series(value)IChartDataPoint
add_data_point_for_doughnut_series(value)IChartDataPoint
add_data_point_for_area_series(value)IChartDataPoint
add_data_point_for_radar_series(value)IChartDataPoint
add_data_point_for_stock_series(value)IChartDataPoint
add_data_point_for_surface_series(value)IChartDataPoint
add_data_point_for_scatter_series(x_value, y_value)IChartDataPointAdds a data point with the given X and Y values to a scatter series and returns the point
add_data_point_for_bubble_series(x_value, y_value, bubble_size)IChartDataPointAdds a data point with X, Y and bubble size to a bubble series and returns the point
clear()Removes all data points from the collection
remove(value: ChartDataPoint)Removes the specified ChartDataPoint from the collection
remove_at(index: int)Removes the data point at the given index from the collection

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français