ChartDataPointCollection

ChartDataPointCollection

Overview

ChartDataPointCollection là một lớp trong Aspose.Slides FOSS cho Python. Dòng thừa kế từ: IChartDataPointCollection.

Nó đại diện cho việc thu thập các điểm dữ liệu cho một loạt.

Khóa học này cung cấp 13 phương pháp để làm việc với các đối tượng ChartDataPointCollection trong các chương trình Python. Các phương pháp có sẵn bao gồm: add_data_point_for_area_series, add_data_point_for_bar_series, add_data_point_for_bubble_series, add_data_point_for_doughnut_series, add_data_point_for_line_series, add_data_point_for_pie_series, add_data_point_for_radar_series, add_data_point_for_scatter_series, add_data_point_for_stock_series, add_data_point_for_surface_series, clear, remove,và 1 phương pháp bổ sung. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Python nào sau khi cài đặt Aspose.Slides FOSS cho gói Python. Tài sản : data_source_type_for_bubble_sizes, data_source_type_for_error_bars_custom_values, data_source_type_for_values, data_source_type_for_x_values, data_source_type_for_y_values.

Properties

NameTypeAccessDescription
data_source_type_for_error_bars_custom_valuesIDataSourceTypeForErrorBarsCustomValuesReadLoại giá trị trong tùy chỉnh lỗi thanh thuộc tính.
data_source_type_for_valuesDataSourceTypeĐọc / viếtNhận hoặc đặt loại nguồn dữ liệu cho các giá trị.
data_source_type_for_x_valuesDataSourceTypeĐọc / viếtNhận hoặc đặt loại nguồn dữ liệu cho x giá trị.
data_source_type_for_y_valuesDataSourceTypeĐọc / viếtNhận hoặc đặt loại nguồn dữ liệu cho các giá trị y.
data_source_type_for_bubble_sizesDataSourceTypeĐọc / viếtNhận hoặc đặt loại nguồn dữ liệu cho kích thước bong bóng.

Methods

SignatureDescription
add_data_point_for_bar_series(value)IChartDataPointThêm một điểm dữ liệu với giá trị đã được đưa vào một loạt thanh và trả về điểm
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)IChartDataPointThêm một điểm dữ liệu với giá trị X và Y cụ thể vào một loạt phân phối và trả về điểm
add_data_point_for_bubble_series(x_value, y_value, bubble_size)IChartDataPointThêm một điểm dữ liệu với kích thước x, y và bong bóng vào một loạt bong và trả về điểm.
clear()Xóa tất cả các điểm dữ liệu từ bộ sưu tập
remove(value: ChartDataPoint)Xóa ChartDataPoint cụ thể từ bộ sưu tập
remove_at(index: int)Xóa điểm dữ liệu trên chỉ số đó từ bộ sưu tập

See Also

 Tiếng Việt