ErrorBars.EndStyle Property
Gets or sets the style of the error bar end.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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. |
NoCap | The end of an error bar will not be marked by a cap. |
See Also