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