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

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.

Methods

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

See Also