Back to Devexpress

ErrorBars.EndStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-errorbars-a8629a5f.md

latest1.3 KB
Original Source

ErrorBars.EndStyle Property

Gets or sets the style of the error bar end.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ErrorBarEndStyle EndStyle { get; set; }
vb
Public Property EndStyle As ErrorBarEndStyle

Property Value

TypeDescription
ErrorBarEndStyle

An ErrorBarEndStyle enumeration value.

|

Available values:

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.

|

See Also

ErrorBars Class

ErrorBars Members

DevExpress.Xpf.Charts Namespace