Back to Devexpress

ErrorBarEndStyle Enum

corelibraries-devexpress-dot-xtracharts-8ea74680.md

latest1.4 KB
Original Source

ErrorBarEndStyle Enum

Lists the Error Bars end styles.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ErrorBarEndStyle
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum ErrorBarEndStyle

Members

NameDescription
Cap

The end of an error bar will be marked by a cap.

| | NoCap |

The end of an error bar will not be marked by a cap.

|

The following properties accept/return ErrorBarEndStyle values:

LibraryRelated API Members
Cross-Platform Class LibraryErrorBars.EndStyle
WinForms ControlsErrorBarsModel.EndStyle

See Also

DevExpress.XtraCharts Namespace