ErrorBarType
ErrorBarType enum
Represents type of error bar
enum class 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
- Library Aspose.Slides