IErrorBarsFormat
IErrorBarsFormat interface
表示图表系列的误差线。 ErrorBars 自定义值在 IChartDataPointCollection 中(在ErrorBarsCustomValues
属性中)。
public interface IErrorBarsFormat : IChartComponent
特性
姓名 | 描述 |
---|---|
AsIChartComponent { get; } | 返回 IChartComponent 接口。 只读IChartComponent 。 |
Format { get; set; } | 表示误差线的格式。 读/写IFormat 。 |
HasEndCap { get; set; } | 指定不在误差线上绘制端盖。 读/写Boolean。 |
IsVisible { get; set; } | 获取或设置错误栏可见性。 读/写Boolean。 |
Type { get; set; } | 获取或设置误差线的类型。 读/写ErrorBarType 。 |
Value { get; set; } | 获取或设置与 Fixed、Percentage 和 StandardDeviation 值类型一起使用的值,以确定误差线的长度。 读/写Single。 |
ValueType { get; set; } | 表示确定误差线长度的可能方法。 如果使用自定义值类型来指定值,请使用ErrorBarsCustomValues DataPoints 系列集合中特定数据点的属性。 读/写ErrorBarValueType 。 |
也可以看看
- interface IChartComponent
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides