Skip to main content
All docs
V26.1
  • ErrorBarCollection Class

    Stores error bars for a series.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class ErrorBarCollection :
        OfficeCollection<ErrorBar>

    The following members return ErrorBarCollection objects:

    Remarks

    For additional information about error bars, refer to the following help topic: Display Series Error and Trend Indicators with DevExpress Presentation API.

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<ErrorBar>
    DevExpress.Docs.Office.Internal.OfficeCollection<ErrorBar>
    ErrorBarCollection
    See Also