ErrorBarType
ErrorBarType enumeration
Represents type of error bar
public enum ErrorBarType
Values
| Name | Value | Description |
|---|---|---|
| Both | 0 | Specifies that error bars shall be shown in the positive and negative directions. |
| Minus | 1 | Specifies that error bars shall be shown in the negative direction only. |
| Plus | 2 | Specifies that error bars shall be shown in the positive direction only. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides