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