ErrorBarType

ErrorBarType 枚举

表示误差条的类型

public enum ErrorBarType

名称描述
Both0指定误差条应在正负方向均显示。
Minus1指定误差条仅应在负方向显示。
Plus2指定误差条仅应在正方向显示。

另见