ChartDataPoint
Overview
ChartDataPoint is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartDataPoint.
Represents a series data point.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
index | int | Read | Gets the zero‑based position of the data point within its series |
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. |
Methods
| Signature | Description |
|---|---|
remove() | Remove this data point from its collection. |