Skip to main content
All docs
V23.2

ErrorBarsOptions.NoEndCap Property

Gets or sets whether the error bar has an end cap.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool NoEndCap { get; set; }

Property Value

Type Description
Boolean

true if the error bar does not have a cap at the end; otherwise, false.

See Also