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

    Gets error bar settings for this series.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public ErrorBarCollection ErrorBars { get; }

    Property Value

    Type Description
    ErrorBarCollection

    An ErrorBarCollection object that stores error bar definitions.

    Remarks

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

    See Also