ChartSeries

Overview

ChartSeries is a class in Aspose.Slides FOSS for Python. Inherits from: IChartSeries.

Represents a chart series.

Properties

NameTypeAccessDescription
nameIStringChartValueReadProvides the series name as an IStringChartValue
data_pointsIChartDataPointCollectionReadReturns the collection of data points in the series
typeChartTypeReadIndicates the chart type of the series
orderintReadSpecifies the display order of the series within the chart
parent_series_groupIChartSeriesGroupReadReferences the series group that contains this series
overlapintReadSets the overlap percentage between series in a bar/column chart
gap_widthintReadDefines the gap width between series in a bar/column chart
gap_depthintReadDefines the depth gap between series in a 3D chart
first_slice_angleintReadSets the starting angle of the first slice in a pie chart
doughnut_hole_sizeintReadSpecifies the size of the hole in a doughnut chart
is_color_variedboolReadIndicates whether the series uses varied colors per point
has_series_linesboolReadIndicates if the series includes connecting lines between points
second_pie_sizeintReadSets the size of the second pie in a pie-of-pie chart
bubble_size_scaleintReadDefines the scaling factor for bubble sizes in a bubble chart
bubble_size_representation``ReadDetermines how bubble size is calculated
pie_split_positionfloatReadSets the position (as a fraction) where a pie slice is split
pie_split_by``ReadDefines the criterion used to split a pie slice
plot_on_second_axisboolReadIndicates whether the series is plotted on the secondary axis
trend_linesITrendlineCollectionReadProvides the collection of trendlines applied to the series
error_bars_x_formatIErrorBarsFormat | NoneReadErrorBars with X direction.
error_bars_y_formatIErrorBarsFormat | NoneReadErrorBars with Y direction.
marker'IMarker'ReadSeries marker (applies to all data points unless overridden).
labelsIDataLabelCollectionReadReturns the data labels of this series.