ErrorBars.EndStyle Property
In This Article
Gets or sets the style of the error bar end.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ErrorBarEndStyle EndStyle { get; set; }
#Property Value
Type | Description |
---|---|
Error |
An Error |
Available values:
Name | Description |
---|---|
Cap | The end of an error bar will be marked by a cap. |
No |
The end of an error bar will not be marked by a cap. |
See Also