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

NameTypeAccessDescription
nameIStringChartValueReadGets the name.
data_pointsIChartDataPointCollectionReadGets the data points.
typeChartTypeRead/WriteGets or sets the type.
orderintRead/WriteGets or sets the order.
parent_series_groupIChartSeriesGroupReadGets the parent series group.
overlapintReadGets the overlap.
gap_widthintReadGets the gap width.
gap_depthintReadGets the gap depth.
first_slice_angleintReadGets the first slice angle.
doughnut_hole_sizeintReadGets the doughnut hole size.
is_color_variedboolReadGets the is color varied.
has_series_linesboolReadGets the has series lines.
second_pie_sizeintReadGets the second pie size.
bubble_size_scaleintReadGets the bubble size scale.
bubble_size_representation``ReadGets the bubble size representation.
pie_split_positionfloatReadGets the pie split position.
pie_split_by``ReadGets the pie split by.
plot_on_second_axisboolRead/WriteGets or sets the plot on second axis.
trend_linesITrendlineCollectionReadGets the trend lines.
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.
chartIChartReadReturns the chart.
as_i_slide_componentISlideComponentReadAllows to get base ISlideComponent interface.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

See Also