Back to Devexpress

ErrorBarsOptions.Plus Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-errorbarsoptions-3974a32c.md

latest1.5 KB
Original Source

ErrorBarsOptions.Plus Property

Gets or sets the positive error value.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ChartData Plus { get; set; }
vb
Property Plus As ChartData

Property Value

TypeDescription
ChartData

The positive error value.

|

Remarks

The Minus property allows you to specify the negative property value.

The Plus and Minus property values have an effect only if the ValueType is set to Custom. In other cases, use the Value property.

See Also

ErrorBarsOptions Interface

ErrorBarsOptions Members

DevExpress.Spreadsheet.Charts Namespace