Skip to main content
A newer version of this page is available. .

ErrorBars.EndStyle Property

Gets or sets the style of the error bar end.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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