ErrorBarsFormat
ErrorBarsFormat class
表示图表系列的误差条。误差条自定义值位于 IChartDataPointCollection (在 ErrorBarsCustomValues
属性中)。
public class ErrorBarsFormat : DomObject<ChartSeries>, IErrorBarsFormat
Properties
Name | Description |
---|---|
Chart { get; } | 返回父级图表。只读 IChart 。 |
Format { get; set; } | 表示误差条的格式。读/写 IFormat 。 |
HasEndCap { get; set; } | 指定在误差条上不绘制结束帽。读/写布尔值。 |
IsVisible { get; set; } | 获取或设置误差条的可见性。读/写布尔值。 |
Type { get; set; } | 获取或设置误差条的类型。读/写 ErrorBarType 。 |
Value { get; set; } | 获取或设置与固定值、百分比和标准偏差值类型一起使用的值,以确定误差条的长度。在其他情况下将返回 NaN。读/写单精度浮点数。 |
ValueType { get; set; } | 表示确定误差条长度的可能方式。在自定义值类型的情况下,使用特定数据点在数据点集合中的 ErrorBarsCustomValues 属性来指定值。对于固定值、百分比或标准偏差值类型,请使用 Value 属性来指定值。读/写 ErrorBarValueType 。 |
See Also
- class DomObject<TParent>
- class ChartSeries
- interface IErrorBarsFormat
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides