ErrorBarsModel.EndStyle Property
Gets or sets the value of the ErrorBars.EndStyle within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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. |
NoCap | The end of an error bar will not be marked by a cap. |
See Also