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

NameTypeAccessDescription
indexintReadGets the index.
valueIDoubleChartValueReadValue for category-based charts (bar, line, pie, area, etc.).
x_valueIStringOrDoubleChartValueReadX value for scatter/bubble charts.
y_valueIDoubleChartValueReadY value for scatter/bubble charts.
bubble_sizeIDoubleChartValueReadBubble size for bubble charts.
error_bars_custom_valuesIErrorBarsCustomValuesReadCustom error bar values for this data point.
marker'IMarker'ReadMarker for this specific data point (overrides series marker).
labelIDataLabelReadData label for this data point.
actual_xfloatReadSpecifies actual x location (left) of the chart element relative to the left top corner of the chart.
actual_yfloatReadSpecifies actual top of the chart element relative to the left top corner of the chart.
actual_widthfloatReadSpecifies actual width of the chart element.
actual_heightfloatReadSpecifies actual height of the chart element.

méthodes

SignatureDescription
remove()Remove this data point from its collection.

Voir aussi

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