ChartSeries

General

ChartSeries és una classe en Aspose.Cells per a Python.

Representa una sola sèrie de gràfics.

Propietats

NameTypeAccessDescription
values``ReadGets or sets the data values for the series
category_data``Read
name``ReadGets or sets the series name displayed in the legend
chart_type``ReadGets or sets the type of chart (e.g., line, bar) for the series
x_values``ReadGets or sets the X‑axis values for the series
error_bars``ReadGets the error bar settings associated with the series
series_idx``ReadGets the zero‑based index of the series within the chart
series_order``ReadGets or sets the display order of the series
smooth``ReadGets or sets whether the series line is rendered as smooth
hidden``ReadGets or sets whether the series is hidden in the chart
is_subtotal``ReadGets or sets whether the series represents a subtotal

Mètodes

SignatureDescription
__init__(values, category_data, name, chart, chart_type, x_values, series_idx, series_order)
add_error_bars(direction, bar_type, val_type, val, plus_formula, minus_formula, no_end_cap, line_width, line_color)Adds error bars to this series.
copy(chart)Creates a duplicate of this series in the given chart
 Català