Back to Devexpress

ErrorBarEndStyle Enum

wpf-devexpress-dot-xpf-dot-charts-e5494b6f.md

latest1.1 KB
Original Source

ErrorBarEndStyle Enum

Lists the Error Bars end styles.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum ErrorBarEndStyle
vb
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:

See Also

DevExpress.Xpf.Charts Namespace