ChartDataPoint
Vue de l’ensemble
‘ChartDataPoint’ est une classe dans Aspose.Slides FOSS pour Python.Hérité de: ‘IChartDatPoint’.
Il représente un point de données série.
Cette classe fournit 1 méthode pour travailler avec des objets ChartDataPoint dans les programmes Python. Les méthodes disponibles comprennent: ‘rémover’. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de la Aspose.Slides FOSS pour le package Pyathon. Propriétés: actual_height, actual_width , real_x,, actuel_y., bubble_size et 6 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
index | int | Read | Gets the index. |
value | IDoubleChartValue | Read | Value for category-based charts (bar, line, pie, area, etc.). |
x_value | IStringOrDoubleChartValue | Read | X value for scatter/bubble charts. |
y_value | IDoubleChartValue | Read | Y value for scatter/bubble charts. |
bubble_size | IDoubleChartValue | Read | Bubble size for bubble charts. |
error_bars_custom_values | IErrorBarsCustomValues | Read | Custom error bar values for this data point. |
marker | 'IMarker' | Read | Marker for this specific data point (overrides series marker). |
label | IDataLabel | Read | Data label for this data point. |
actual_x | float | Read | Specifies actual x location (left) of the chart element relative to the left top corner of the chart. |
actual_y | float | Read | Specifies actual top of the chart element relative to the left top corner of the chart. |
actual_width | float | Read | Specifies actual width of the chart element. |
actual_height | float | Read | Specifies actual height of the chart element. |
méthodes
| Signature | Description |
|---|---|
remove() | Remove this data point from its collection. |
Voir aussi
- Aspose.Slides - référence API d’entreprise