Skip to main content
All docs
V26.1
  • AreaSeries.ErrorBars Property

    Returns error bar settings for the series.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public ErrorBarCollection ErrorBars { get; }

    Property Value

    Type Description
    ErrorBarCollection

    A collection that stores error bars for the series.

    Remarks

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

    See Also