ChartSeries
Overview
ChartSeries is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartSeries.
Represents a chart series.
Properties: as_i_presentation_component, as_i_slide_component, bubble_size_representation, bubble_size_scale, chart, data_points, and 22 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | IStringChartValue | Read | Gets the name. |
data_points | IChartDataPointCollection | Read | Gets the data points. |
type | ChartType | Read/Write | Gets or sets the type. |
order | int | Read/Write | Gets or sets the order. |
parent_series_group | IChartSeriesGroup | Read | Gets the parent series group. |
overlap | int | Read | Gets the overlap. |
gap_width | int | Read | Gets the gap width. |
gap_depth | int | Read | Gets the gap depth. |
first_slice_angle | int | Read | Gets the first slice angle. |
doughnut_hole_size | int | Read | Gets the doughnut hole size. |
is_color_varied | bool | Read | Gets the is color varied. |
has_series_lines | bool | Read | Gets the has series lines. |
second_pie_size | int | Read | Gets the second pie size. |
bubble_size_scale | int | Read | Gets the bubble size scale. |
bubble_size_representation | `` | Read | Gets the bubble size representation. |
pie_split_position | float | Read | Gets the pie split position. |
pie_split_by | `` | Read | Gets the pie split by. |
plot_on_second_axis | bool | Read/Write | Gets or sets the plot on second axis. |
trend_lines | ITrendlineCollection | Read | Gets the trend lines. |
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. |
chart | IChart | Read | Returns the chart. |
as_i_slide_component | ISlideComponent | Read | Allows to get base ISlideComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
presentation | IPresentation | Read | Gets the presentation. |