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