Skip to main content
All docs
V25.1
  • ErrorBarsOptions.NoEndCap Property

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

    Namespace: DevExpress.Spreadsheet.Charts

    Assembly: DevExpress.Spreadsheet.v25.1.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