Back to Devexpress

DataSourceBasedErrorBars.PositiveErrorDataMember Property

corelibraries-devexpress-dot-xtracharts-dot-datasourcebasederrorbars-3f0ad295.md

latest1.4 KB
Original Source

DataSourceBasedErrorBars.PositiveErrorDataMember Property

Gets or sets the name of the data field which contains positive error values of an indicator for generated series points.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public string PositiveErrorDataMember { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
Public Property PositiveErrorDataMember As String

Property Value

TypeDescription
String

A String value that specifies the data field name.

|

See Also

DataSourceBasedErrorBars Class

DataSourceBasedErrorBars Members

DevExpress.XtraCharts Namespace