ChartSeries
General
ChartSeries és una classe en Aspose.Cells per a Python.
Representa una sola sèrie de gràfics.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
values | `` | Read | Gets or sets the data values for the series |
category_data | `` | Read | |
name | `` | Read | Gets or sets the series name displayed in the legend |
chart_type | `` | Read | Gets or sets the type of chart (e.g., line, bar) for the series |
x_values | `` | Read | Gets or sets the X‑axis values for the series |
error_bars | `` | Read | Gets the error bar settings associated with the series |
series_idx | `` | Read | Gets the zero‑based index of the series within the chart |
series_order | `` | Read | Gets or sets the display order of the series |
smooth | `` | Read | Gets or sets whether the series line is rendered as smooth |
hidden | `` | Read | Gets or sets whether the series is hidden in the chart |
is_subtotal | `` | Read | Gets or sets whether the series represents a subtotal |
Mètodes
| Signature | Description |
|---|---|
__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 |