IErrorBarsFormat

IErrorBarsFormat 接口

表示图表系列的误差线。ErrorBars 的自定义值位于 IChartDataPointCollection(在 ErrorBarsCustomValues 属性中)。

public interface IErrorBarsFormat : IChartComponent

属性

名称描述
AsIChartComponent { get; }返回 IChartComponent 接口。只读 IChartComponent
Format { get; set; }表示误差线的格式。读写 IFormat
HasEndCap { get; set; }指定在误差线不绘制端帽。读写 Boolean。
IsVisible { get; set; }获取或设置 Error Bars 可见性。读写 Boolean。
Type { get; set; }获取或设置误差线的类型。读写 ErrorBarType
Value { get; set; }获取或设置用于 Fixed、Percentage 和 StandardDeviation 值类型以确定误差线长度的值。读写 Single。
ValueType { get; set; }表示确定误差线长度的可能方式。若为自定义值类型,要指定值请使用系列 DataPoints 集合中特定数据点的 ErrorBarsCustomValues 属性。读写 ErrorBarValueType

另见