Back to Devexpress

ErrorBarsModel.EndStyle Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-errorbarsmodel-9a71e2ca.md

latest1.7 KB
Original Source

ErrorBarsModel.EndStyle Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public ErrorBarEndStyle EndStyle { get; set; }
vb
<PropertyForOptions("Appearance")>
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property EndStyle As ErrorBarEndStyle

Property Value

TypeDescription
ErrorBarEndStyle

The end style of the Error Bars.

|

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

ErrorBarsModel Class

ErrorBarsModel Members

DevExpress.XtraCharts.Designer Namespace