Skip to main content
A newer version of this page is available. .

ErrorBarEndStyle Enum

Lists the Error Bars end styles.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

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:

See Also