Back to Devexpress

ErrorBars.EndStyle Property

corelibraries-devexpress-dot-xtracharts-dot-errorbars-9edd2155.md

latest1.5 KB
Original Source

ErrorBars.EndStyle Property

Gets or sets the style of the error bar end.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public ErrorBarEndStyle EndStyle { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
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.XtraCharts Namespace