Back to Devexpress

PercentageErrorBars Class

corelibraries-devexpress-dot-xtracharts-e05e0017.md

latest1.8 KB
Original Source

PercentageErrorBars Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PercentageErrorBars :
    ErrorBars
vb
Public Class PercentageErrorBars
    Inherits ErrorBars

Remarks

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

Implements

IXtraSerializable

Inheritance

Object ChartElement ChartElementNamed Indicator ErrorBars PercentageErrorBars

See Also

PercentageErrorBars Members

Error Bars

How to: Plot the Percentage Error Bars Indicator on a Chart

DevExpress.XtraCharts Namespace