ChartSeries
ChartSeries
Overview
ChartSeries 是Python的Aspose.Cells FOSS中的一个类.
代表一个单个图表系列.
这个类提供了在Python程序中使用ChartSeries 对象的3种方法. 有的方法包括: __init__, add_error_bars, copy. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: category_data, chart_type, error_bars, hidden, is_subtotal, name,另外5个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
values | `` | 阅读/写作 | 得到或设置值. |
category_data | `` | 阅读/写作 | 获取或设置类别数据. |
name | `` | 阅读/写作 | 得到或设置名字. |
chart_type | `` | 阅读/写作 | 每系列图表类型 (与组合图形相关). |
x_values | `` | 阅读/写作 | 散射系列的X轴值公式 (xVal). |
error_bars | `` | Read | 列表ChartErrorBars附加到这个系列. |
series_idx | `` | 阅读/写作 | 序列 <c:idx val="…"> 的值. |
series_order | `` | 阅读/写作 | 序列 <c:order val="…"> 的值. |
smooth | `` | 阅读/写作 | 散射/线图的每系列平行标志 (<c:smooth val=‘1’/>). |
hidden | `` | 阅读/写作 | 获取或设置隐藏. |
is_subtotal | `` | 阅读/写作 | 得到或设置的是次数. |
Methods
| 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) | 将错误条添加到这个系列. |
copy(chart) | 在给定的图表中创建该系列的重复本. |