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

ErrorBarsModel.EndStyle Property

Gets or sets the value of the ErrorBars.EndStyle within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public ErrorBarEndStyle EndStyle { get; set; }

Property Value

Type Description
ErrorBarEndStyle

The end style of the Error Bars.

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