Skip to main content

ErrorBars.EndStyle Property

Gets or sets the style of the error bar end.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ErrorBarEndStyle EndStyle { get; set; }

Property Value

Type Description
ErrorBarEndStyle

An ErrorBarEndStyle enumeration value.

Available values:

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

See Also