ErrorBarEndStyle Enum
In This Article
Lists the Error Bars end styles.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Cap
|
The end of an error bar will be marked by a cap. |
No
|
The end of an error bar will not be marked by a cap. |
#Related API Members
The following properties accept/return ErrorBarEndStyle values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Error |
Win |
Error |
See Also