ChartSeries
Overview
ChartSeries is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartSeries.
Represents a chart series.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | IStringChartValue | Read | Provides the series name as an IStringChartValue |
data_points | IChartDataPointCollection | Read | Returns the collection of data points in the series |
type | ChartType | Read | Indicates the chart type of the series |
order | int | Read | Specifies the display order of the series within the chart |
parent_series_group | IChartSeriesGroup | Read | References the series group that contains this series |
overlap | int | Read | Sets the overlap percentage between series in a bar/column chart |
gap_width | int | Read | Defines the gap width between series in a bar/column chart |
gap_depth | int | Read | Defines the depth gap between series in a 3D chart |
first_slice_angle | int | Read | Sets the starting angle of the first slice in a pie chart |
doughnut_hole_size | int | Read | Specifies the size of the hole in a doughnut chart |
is_color_varied | bool | Read | Indicates whether the series uses varied colors per point |
has_series_lines | bool | Read | Indicates if the series includes connecting lines between points |
second_pie_size | int | Read | Sets the size of the second pie in a pie-of-pie chart |
bubble_size_scale | int | Read | Defines the scaling factor for bubble sizes in a bubble chart |
bubble_size_representation | `` | Read | Determines how bubble size is calculated |
pie_split_position | float | Read | Sets the position (as a fraction) where a pie slice is split |
pie_split_by | `` | Read | Defines the criterion used to split a pie slice |
plot_on_second_axis | bool | Read | Indicates whether the series is plotted on the secondary axis |
trend_lines | ITrendlineCollection | Read | Provides the collection of trendlines applied to the series |
error_bars_x_format | IErrorBarsFormat | None | Read | ErrorBars with X direction. |
error_bars_y_format | IErrorBarsFormat | None | Read | ErrorBars with Y direction. |
marker | 'IMarker' | Read | Series marker (applies to all data points unless overridden). |
labels | IDataLabelCollection | Read | Returns the data labels of this series. |