[]
Specifies which error-bar parts to include.
public enum ErrorBarInclude
Public Enum ErrorBarInclude
Name | Description |
---|---|
Both | Both positive and negative error range. |
Minus | Only negative error range. |
None | No error bar range. |
Plus | Only positive error range. |