ChartErrorBars
ChartErrorBars
Overview
ChartErrorBars 是Python的Aspose.Cells FOSS中的一个类.
表示与图表系列相连的错误条.
这个类提供了在Python程序中使用ChartErrorBars 对象的2种方法. 有的方法包括: __init__, copy. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: bar_type, direction, line_color, line_width, minus_formula, no_end_cap,另外还有3个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
direction | `` | Read | 得到了方向. |
bar_type | `` | Read | 得到了酒吧的类型. |
val_type | `` | Read | 得到了门类型. |
no_end_cap | `` | Read | 没有终点的帽子. |
val | `` | Read | 得到了门. |
plus_formula | `` | Read | 得到了加公式. |
minus_formula | `` | Read | 得到了减数公式. |
line_width | `` | Read | 得到了线宽. |
line_color | `` | Read | 得到了线的颜色. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | 创建 ChartErrorBars 的副本实例. |