Skip to main content

ErrorBarEndStyle Enum

Lists the Error Bars end styles.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ErrorBarEndStyle

Members

Name Description
Cap

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

ErrorBarDirection_Both

NoCap

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

ErrorBarEndStyle_NoCap

Related API Members

The following properties accept/return ErrorBarEndStyle values:

Library Related API Members
Cross-Platform Class Library ErrorBars.EndStyle
WinForms Controls ErrorBarsModel.EndStyle

See Also