Skip to main content

PercentageErrorBars Class

The Error Bars indicator whose error values are calculated as a portion of series values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class PercentageErrorBars :
    ErrorBars

Remarks

This class introduces the PercentageErrorBars.Percent property specifying the percentage of error values of series point values.

Implements

See Also