ChartDataPoint
Overview
ChartDataPoint is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartDataPoint.
Represents a series data point.
This class provides 1 method for working with ChartDataPoint objects in Python programs.
Available methods include: remove.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: actual_height, actual_width, actual_x, actual_y, bubble_size, error_bars_custom_values, and 6 more.
Properties
| 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. |
Methods
| Signature | Description |
|---|---|
remove() | Remove this data point from its collection. |