ChartDataPointCollection

ChartDataPointCollection

סקירה כללית

ChartDataPointCollection הוא שיעור ב Aspose.Slides FOSS עבור Python. מורשת מ : IChartDataPointCollection.

מייצג אוסף של נקודות נתונים עבור סדרה.

שיעור זה מספק 13 שיטות לעבוד עם אובייקטים ChartDataPointCollection בתוכניות Python. שיטות זמינות כוללות: 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,ועוד 1 שיטות נוספות. כל החברים הציבוריים זמינים לכל יישום Python לאחר התקנת Aspose.Slides FOSS עבור חבילת Python. רכוש : 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.

נכסים

שםסוגגישהתיאור
data_source_type_for_error_bars_custom_valuesIDataSourceTypeForErrorBarsCustomValuesקראוסוג הערכים ב- Custom error bars properties.
data_source_type_for_valuesDataSourceTypeקרא / כתיבהמקבל או מגדיר את סוג מקור הנתונים עבור ערכים.
data_source_type_for_x_valuesDataSourceTypeקרא / כתיבהמקבל או מגדיר את סוג מקור הנתונים עבור ערכים x.
data_source_type_for_y_valuesDataSourceTypeקרא / כתיבהמקבל או מגדיר את סוג מקור הנתונים עבור ערכים y.
data_source_type_for_bubble_sizesDataSourceTypeקרא / כתיבהמקבל או קובע את סוג מקור הנתונים עבור גודל הבועה.

שיטות

חתימהתיאור
add_data_point_for_bar_series(value)IChartDataPointהוסיף נקודת נתונים עם הערך שניתן לסדרה של סרגלים ומחזיר את הנקודה
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)IChartDataPointהוסיף נקודת נתונים עם ערכים X ו- Y מסוימים לסדרה של שודרים ומחזיר את הנקודה.
add_data_point_for_bubble_series(x_value, y_value, bubble_size)IChartDataPointהוסיף נקודת נתונים עם גודל X, Y ובלבול לסדרה של בלב ומחזיר את הנקודה.
clear()הסרת כל נקודות הנתונים מהאוסף
remove(value: ChartDataPoint)הסר את ChartDataPoint המפורט מהאוסף
remove_at(index: int)הסרת נקודת הנתונים של האינדקס הניתן מהאוסף

ראה גם

 עברית