ChartDataPoint

Overview

ChartDataPoint is a class in Aspose.Slides FOSS for Python. Inherits from: IChartDataPoint.

Represents a series data point.

Properties

NameTypeAccessDescription
indexintReadGets the zero‑based position of the data point within its series
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.

Methods

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