Type
ErrorBar.Type property
表示误差条数量类型。
public ErrorBarType Type { get; set; }
例子
[C#]
//设置自定义错误栏类型
aseries.YErrorBar.Type = ErrorBarType.InnerCustom;
aseries.YErrorBar.PlusValue = "=Sheet1!A1";
aseries.YErrorBar.MinusValue = "=Sheet1!A2";
[Visual Basic]
'设置自定义错误栏类型
aseries.YErrorBar.Type = ErrorBarType.InnerCustom
aseries.YErrorBar.PlusValue = "=Sheet1!A1"
aseries.YErrorBar.MinusValue = "=Sheet1!A2"
也可以看看
- enum ErrorBarType
- class ErrorBar
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells